-
- How to determinate javascript actions in Webbrowser control
by S_A_S
- 3 Replies
- Last post
by S_A_S
- is it possible to terminate the execution of an javascript method If the webbrowser executes e.g.
function handlung() { var hand = document.miscform.selbox.value; document.inputForm.text2.value = document.inputForm.elements.text2.value+hand; document.miscform.reset(); document.miscform.selbox.blur(); document.inputForm.text2.focus(); }
Is is possible to "catch"
-
- IE7 closes dropdownlist if style changed via javascript
by Michael Rumpler
- 6 Replies
- Last post
by Jorn T
- Hi,
I already posted this question to microsoft.public.internetexplorer.general 2 weeks ago, but got no answer. I'm not sure if I'm right here, but I'll try.
I have to change the backgroundColor of a dropdownlist on focus. And if you leave it (onblur), the color has to change back again. Unfortunatelly IE7 closes the DDL when you change the cssClass or style.backgroundColor You can see it ea
-
- IE Developer Toolbar
by Bizzo One Twizzo
- 4 Replies
- Last post
by Blind Villian
- I just downloaded the latest version of IE Developer Toolbar. Everything looks to be installed correctly however when I go to click on the Menu bar link, nothing happens. When I access the app through View >> Explorer Bar >> Developer Tool Bar, I'm able to get the application open, however all of the navigation and links are disabled. None the DOM objects are displayed in the viewer pa
-
- IE7.0 + .NET 2.0 + AJAX = Problems!!!
by ClubbieTim
- 11 Replies
- Last post
by Clarence M Troy
- I installed IE7.0 and now my app¡¯s AJAX control (accordion) and hidden panels are not coming up. Is this a potential bug Is my HTML outdated This is happening on my master page with the AJAX accordion control and on a content page as well. I am running XP SP2 on IE7.0.5730.11.
Any suggestions would be greatly appreciated.
-Tim
-
- Internet Explorer 6 - 7, problems
by BMHall
- 6 Replies
- Last post
by gogirl22
- I have IEv7 on my computer but I need to downgrade to IEv6 for a program to operate on my computer. How can I make this change
-
- IE7 has problem with authorware player
by parham_6
- 1 Replies
- Last post
by jf1976
- Hi everybody, I use IE 7 to see my authorware files but it doesn't load my files. It works in IE 6 properly. what's wrong Is it something wrong with authorware player and IE7
-
- File creation inside BHO
by abdoessalam
- 0 Replies
- Last post
by abdoessalam
- Hi, First, I would like to create a file within a BHO written in C#. The BHO throughs (Access denied d:\....). Second, how can I create an IE button (or toolbar) within the BHO and associate it with a method inside the BHO. Regrads, Abdoessalam
-
- IInputObject no longer called in IE7?
by tnielsen
- 6 Replies
- Last post
by Radek Voltr
- Has the behavior around IInputObject changed for IE7 We're doing the standard: 1. On SetSite(), get the IID_IInputObjectSite from the IUnknown parameter. 2. When one of our UI Windows gets or looses focus, call IInputObjectSite::OnFocusChangeIS() It all appears to work; however, we never see callbacks on our IInputObject methods: UIActivateIO, HasFocusIO, TranslateAcceleratorIO. Well, that's not
-
- Dont Fire NewWindow3 when new TAB is opened by CTRL+T.
by wangzhong
- 10 Replies
- Last post
by Sheng Jiang (?êÉ)
- Our team have made a synchronous tools for IE( http://www.syncplus.net/en/ ).
Recently, I am doing an upgrade for IE7 in Vista RC1,
but have a problem about the NewWindows3 event.
The NewWindows3 event is fired by the following case.
1)Choose the "Open in New Tab" command from a link's shortcut menu.
2)Click the link with the middle mouse button.
3)Click the link wh
-
- IE Context Menu Issue
by Biju Thomas
- 3 Replies
- Last post
by MartinK1234
- Hi
We have developed an ActiveX control for the web which has a context menu. The control is developed in VB6. Now we are facing a serious issue with context menu.
When we right click on the ActiveX control, context menu of both IE and ActiveX control loads same time and the IE hangs up. It will be very grateful if you provide a probable solution for this at the earliest.
We trie
-
- How to stop "ding" sound when user presses Enter in a text box in IE?
by unique_username
- 1 Replies
- Last post
by unique_username
- Hello, I'll be honest, I do 90% of my web development / surfing in other browsers, but I've just noticed something really anoying with IE and text boxes. On a form, like say the Google search engine, if you type in a keyword, then press Enter, the search is performed, and all is good. On pages with more than just a text box (e.g. say a select box for choosing a category), the developer usually nee
-
- Res://ieframe.dll/dnserror.htm#
by immzie
- 14 Replies
- Last post
by ACEREPIMP
- I am having a problem with the following website:- www.hi5.com . While trying to visit this website I get the following error
Res://ieframe.dll/dnserror.htm#
I am running IE7, I have been able to visit this website since installing IE7, the problem seems to have just occured recently.
Can anyone help
-
- How can I remove components like the Downloaded Program Files shell does?
by LowRider2112
- 5 Replies
- Last post
by all3nmfa
- Hello all.
I want to be able to do the exact same functionality that the Windows Explorer shell does for the Downloaded Program Files folder, when you right-click an object and select Remove.
Is there an interface I can use for this via C++ Any code sample reference would be great as well.
Thanks so much, it would really help our QA dept. if I could provide this functionality
-
- IE7 script
by Andrei-Liviu Dumbrava
- 3 Replies
- Last post
by Vinod Borole
- Hi all! I have the following script which runs fine on IE6; for IE7 does not: function pause(numberMillis) { var dialogScript = 'window.setTimeout(' + ' function () { window.close(); }, ' + numberMillis + ');'; if(navigator.userAgent.indexOf("MSIE")!=-1) { // For IE5. var result = window.showModalDialog( 'javascript:document.writeln(' + '"<script>' +
-
- Tuns of bugs in IE7, how to report?
by digitalpacman
- 14 Replies
- Last post
by mltsy
- While attempting, and I do mean only attempting, to develop my application I keep getting "this old feature is now broken in IE7"
Well here is a small list of what I can remember off the top of my head..
-----------------
$(id).onclick = 'alert(1);' <-- wont work until you forcefully update the DOM
$(id).setAttribute('onclick', 'alert(1)'); <-- wont work until you force
-
- XP Pro/IE7 Updates break script encoder output!
by Harvey_Birdman
- 14 Replies
- Last post
by ken_at_work
- I have a web site which contains pages with encoded client-side javscript code, and other pages which contain encoded server-side vbscript code. (The encoding was performed with screnc.exe, the script encoding utility.)
Since updating my desktop machine this month with the latest XP Pro updates and IE7, server-side VBScript encoded scripts won't run. (The server environment is 2K3Server Standar
-
- Internet explorer 7 randomly crashing
by Lee562108
- 3 Replies
- Last post
by Lee
- I have brought a new laptop with windows xp pro and upgraded IE from 6 to version 7.0.5730.11
While surfing the net i normally have a couple of IE windows open, and a couple of tabs open in each window.
When i click on a link, or maybe just click on a different tab all instances of IE7 close and I don¡¯t even get an error message, it just happened a few minutes ago while right clic
-
- Hide Vertical Scroll bar using css
by foreground
- 0 Replies
- Last post
by foreground
- I am wrapping a ASP.NET Datalist within <div> tags. In case of overflow I am getting scrollbars. I want to hide vertical scroll bar and retain horizontal one. So, I tried overflow-y:hidden but i am getting "Invalid Css property" message. I thought there must some other work around for this issue. Any suggestion.
Regards,
-
- [IEDevTB] Search not working in IE6
by woda
- 0 Replies
- Last post
by woda
- In IE6 (XP SP2), when I open "View / Source / Original" in the Developer Toolbar, the "Edit / Find" command (or Ctrl+F) doesn't do anything. No find-dialogue is displayed. How can I fix this
-
- Three problems with IE 7 - rollovers, cut-off text and cut-off images
by VirtualSphere
- 6 Replies
- Last post
by tjm-nsi
- Hello all, I thought I'd finished designing a new site which works fine in IE6, Firefox 2, Opera and Netscape - until I tried it in IE 7! Problem 1 (most important) - Tabbed CSS menu moves on rollover URL = http://www.toucanmusic.co.uk/test/index.php CSS = http://www.toucanmusic.co.uk/test/toucan.css The tabbed menu at the top works fine in all other browsers I've tried, however in IE 7 the menu
-
- Orcas beta2 bug.
by http&#58;&#47;
- 0 Replies
- Last post
by http&#58;&#47;
- Why can't select two cells in a table and format them at the same time
-
- Changes in WinInet in IE 7 ?
by RyomaEchizen
- 2 Replies
- Last post
by Reza Nourai - MSFT
- I noticed that calls to HttpOpenRequest that worked flawlessly in IE6 are now giving a nice ERROR_INTERNET_UNRECOGNIZED_SCHEME error in IE7 Here is an excerpt of the code I use: DWORD dwFlags=INTERNET_FLAG_TRANSFER_ASCII | INTERNET_FLAG_RELOAD | INTERNET_FLAG_NO_CACHE_WRITE; hOpen = InternetOpen (_T("Toolbar"), INTERNET_OPEN_TYPE_PRECONFIG , NULL, 0,dwFlags); HINTERNET hSession=::Interne
-
- get value from gridview
by royroy7777
- 0 Replies
- Last post
by royroy7777
- hi,
thats my gridview code ,can you help me switch the in fun2(); with productID value
< form id ="form1" runat ="server">
< div id ="DgView">
< asp : GridView ID ="Dgv" runat ="server" AutoGenerateColumns ="False" DataKeyNames ="ProductID" DataSourceID ="SqlDataS
-
- getElementById("...").style.display = "table"; gives error on ie7 and I have checked webbug.blogspot.com/...
by TwilightBrigade
- 3 Replies
- Last post
by TwilightBrigade
- I have read the form and tryed http://webbugtrack.blogspot.com/2007/08/bug-152-getelementbyid-returns.html I still get the same error message. either here: error -> getElementById("main_table").style.display = "table"; or here var inputs = document.getElementsByTagName( 'table' ); var descField = null; for(var i=0;i<inputs.length;i++){ if(inputs.item(i).getAttribute( 'i
-
- Outlook 2003 Email Headers not Printing after IE7 upgrade
by Wahl04
- 14 Replies
- Last post
by Brian Ask
- Does anyone know if there is a fix for this yet It seems to be major issue without any reliable work around other than hitting forward button then printing the email.
Help!
Wahl04