-
- jscript & InternetExplorer DocumentComplete
by KGdev
- 10 Replies
- Last post
by KGdev
- I all
I'am looking for a Jscript sample code that could help me to say when an HTML page is fully loaded.
Actually my script use the DocumentComplete event to do that, but after the DocumentComplete event from the top frame, i see other "DocumentComplete" coming from other frames.
My script has to measure Web page availability and response time (from the user point of view)
I
-
- A problem with Pocket IE: playing video
by philfree
- 0 Replies
- Last post
by philfree
- Hello, I have a problem with Windows Mobile 2003 SE I want to play my video file inside the Pocket IE. The file is stored locally. Could you please help I tried several variants that work on PC IE, but don't work here. Thank you! Philip
-
- sessionbug in IE 7
by genial_fyr
- 1 Replies
- Last post
by genial_fyr
- Hello again.... Try to log on on my site: www.miknille.dk (jush click on 'Log pa') Login: microsoft Pass: sessionbug Now you will be redirected to the main site after 3 seconds. If you are log on, the message: "Du er besogende nr: #### , du er logget pa som: gast, [Log af!]" will be displayed at the botton (meaning: You are visitor number ####, and you are log on as: guest) If you are NO
-
- Where can I store images that my extension injects into the DOM on Windows Vista?
by Artie Sluka
- 9 Replies
- Last post
by Archis Gore
- I have a toolbar that does some direct DOM manipulation, sort of the way the IE Developer Toolbar does. Part of this DOM injection are some images that we use. Previously, we were programmatically inserting our images into the Temporary Internet Files folder, and when we created our DOM objects that needed these images the URLs pointed to the images in that folder. The problem is, that on Windows
-
- URLDownloadToFile not working in Vista
by Dami
- 6 Replies
- Last post
by Dami
- URLDownloadToFile is not working on Vista. This same code is working on XP but on Vista its showing abnormal behaviour.
The return code of URLDownloadToFile on Vista is -2146697210, whereas it is downloading files with out any problem on XP.
Is there any bug in the dll files of VC++.
One other thing that I noticed is that when I type the address of that file i.e., localhost/MyServer/.../a
-
- Enabling script debugging in IE7
by BexM
- 10 Replies
- Last post
by bgk
- Hi
I cannot enable script debugging in IE7. I have clicked the checkbox to off on "disable script debugging" in the advanced options, but it just won't save the option! when I restart IE, the tick has reappeared again!
Can anyone help or point me in the direction of someone who can
Thanks
Bex
-
- IE 7 opening to Run Once page with error on it.
by cbpd86
- 14 Replies
- Last post
by cbpd86
- I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page un
-
- 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
-
- Problem printing page with Iframe..
by BensonFabonan
- 0 Replies
- Last post
by BensonFabonan
- Can anybody help me out... Im printing a page with an Iframe... The scenario is this.... The content of the Iframe is to long to print... I expected that when I print the page it will print with multiple page but it printed only one page worth..Meaning the printing did'nt continue to the next page.. Please help...
-
- Best way to tweak accessibility settings from a toolbar button?
by AlexCr
- 22 Replies
- Last post
by AlexCr
- Hi,
I like to go in and out of "accessibility" mode for certain web pages (if the text is too small or I don't like the background color). I do that by "manually" going to the main IE menu and selecting Tools / Internet Options / General tab / Accessibility. Then I check or uncheck the check-boxes.
I'd like to write a toggling toolbar button to do that. I have a w
-
- IE7 Crashes for Unknown Reasons
by saabdude
- 14 Replies
- Last post
by Reza Nourai - MSFT
- I have been getting IE7 crashes on a regular basis, on two different computers, after upgrading. Can't replicate the crashes, because they don't occur all theˇbut the info from the Event Viewer follows:
On a P4¨C3.4E GHz computer with XP Pro & all current updates:
ˇ°Faulting application iexplore.exe, version 7.0.5730.11, faulting module ntdll.dll, version 5.1.2600.2180, fault add
-
- Use link rel=alternate with pdf
by Peter_50
- 0 Replies
- Last post
by Peter_50
- Hello!
I'd like to use this form of link tag in my html header section, but when i'm printing the page a blank paper come out from the printer:
<LINK REL=Alternate HREF="/distribution/html40.pdf" TYPE="application/pdf" MEDIA=print TITLE="PDF
When I use a doc or an rtf file in the href parameter it's printing the document in IE5, but not in IE6.
-
- Verifying that cookies are enabled on IE
by Dean Schulze
- 1 Replies
- Last post
by Sliffy
- I need to verify that users to my web site have cookies enabled in their browser. The following script works in Firefox, but in IE it always shows that cookies are enabled even after I move the privacy slider to High (Cookies blocked): <html> <head> <title>Check Cookies</title> </head> <body> <script type="text/javascript"> if (navigator.cookieEn
-
- Open local html file with protected mode on
by Jake.p
- 2 Replies
- Last post
by Jake.p
- I'm working on a IE toolbar right now and ran into this problem when testing it on Vista. By clicking on one of the buttons on the toolbar, I want to open a local html page in the current IE window. This is what I use in the code:
result = pWebBrowser->Navigate2(&varURL, &varEmpty, &varEmpty, &varEmpty, &varEmpty);
where pWebBrowser is a IWebBroser2 pointer
-
- Disabling same origin policy for trusted sites?
by gerda j
- 0 Replies
- Last post
by gerda j
- Hi experts! We're trying to integrate an application into a website using an iframe. We need to modify the application's content (changing some link targets to keep it in its iframe - it has a tendency of opening new browser windows). The application runs on another server, i.e. unless we explicitely set it, their pages have another document.domain than ours / our javascript code, and we are there
-
- BHO & context menu customization
by v04bvs
- 2 Replies
- Last post
by v04bvs
- I have pretty simple question: How to customize the context menu of the Internet Explorer in BHO I see 2 possible solutions: 1. via ICustomDoc::SetUIHandler. It seems to be wrong solution because if user has more than 1 such extensions, only 1 extension will work, because chaining is impossible. If I'm wrong, let me know please. 2. via some work with registry. It seems to be correct solution. But
-
- Blog with sample code on porting from Firefox to IE
by Pete Warden
- 2 Replies
- Last post
by Pete Warden
- Hi everyone,
I just discovered this forum, looks like a great resource.
I'm a Firefox extension developer, and I'm porting http://petesearch.com/ over to IE as a BHO. I'm documenting the process, with sample code, on my blog at
http://petewarden.typepad.com/searchbrowser/firefox_to_ie_port/index.html
So far, I cover the process of getting a basic BHO compiling and instal
-
- 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
-
- IE7 with Javascript location=0 and other params do not work!
by NoEgo
- 4 Replies
- Last post
by Anonymous
- This is driving me absolutely out of my mind. I cannot get rid of the address bar and any others at the top of my pop-up window. Is there some new command I should know about IE7 for manipulating the window as in hiding or showing stuff
in my ASP.NET page I have this
< asp : HyperLink ID ="HyperLink1" ForeColor ="black" OnClick ="javascript:var v=window.open('/controls/MyPage.aspx'
-
- Video display problem while streaming
by MrsYesAre
- 14 Replies
- Last post
by Problems Upon Problems
- I am trying to view a video streaming in a web page. All I could see is a blank green screen instead of video. But I can hear the voice. I cleared the cache and restarted my IE a couple of times.It didnot work. the same video streaming works in my other computer. don't know what to do.
-
- IE7 PAIN
by E-MACHINE
- 0 Replies
- Last post
by E-MACHINE
- I CAN'T TELL YOU ALL HOW MUCH THIS FORUM MADE MY DAY. I SPENT AT LEAST 6-7 HOURS TRYING TO CURE THE PROBLEM THE IE7 CAUSED. I DIDN'T KNOW WHAT THE PROBLEM WAS. I LOOKED EVERYWHERE FOR THE ANSWER. I READ EVERY HELP TOPIC IN MY COMPUTER, DUMMY BOOKS, AND MICROSOFT ON THE INTERNET. I AM NOT AS SHARP AS MOST OF YOU GUYS THAT WRITE IN THIS FORUM, SO IT TAKES ME LONGER. I AM JUST STUBURN ENOUGH TO SPEND
-
- Side-bar(Add-on) causing problem while loggingout og icici bank online page in IE7.0
by Malathi
- 1 Replies
- Last post
by IECUSTOMIZER
- There is a network supported side-bar (add-on) in my machine which was working fine in IE6.0. In IE7.0 it is facing problem.
Instance : Whenever i logout of my icici online screen, it throws an error msg saying 'IE has encountered a problem with the follwoing add-on and needs to close it '. When i click 'Continue' IE crashes by cloesing all (IE)windows. While debugging, the program control
-
- The requested look up key was not found in any activation context
by Mrs.shaza
- 14 Replies
- Last post
by Kaffy
- Hi , I need help
IN my 2003 pc i got this error when ever try to open any site (The requested look up key was not found in any activation context). any idea
-
- simplest way to install an extension
by Pie
- 5 Replies
- Last post
by IECUSTOMIZER
- What is the simplest way to register an extension on machines that do not have Visual Studio. I tried registering the dll using: regsvr32 myextension.dll It works on my machine with Vis. studio on it, but not on a clean machine. I get the following error: "The application has failed to start because the application configuration is incorrect..." Am i missing some dlls Should I need to co
-
- Prevent Band Object from loading in Windows Explorer and only show in Internet Explorer?
by Artie Sluka
- 3 Replies
- Last post
by Artie Sluka
- I know that with a BHO you can add a "NoExplorer" DWORD value to the key of your GUID under HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects. My question is, is there anything like this I can do for a band object As my band object is an IE toolbar, its trying to make some assumptions about what the "site" is that aren't necessarily correct...