-
- Getting http headers from request using IwebBrowser2
by exjay
- 0 Replies
- Last post
by exjay
- Hi all. Can't get http headers from beforenavigate2 method. Does anyone know what's the problem
-
- big IE bug.. or am I crazy???
by RuiM
- 5 Replies
- Last post
by RuiM
- Code Snippet
<html> <head> <title>IE BUG!!!!!!</title> <script language='JavaScript'> function test(){ alert(window.document.getElementById('el666').getAttribute('value')); } </script> </head> <body>
<input type="text" id="el888" name="el666" value="input 1" /> <input type="text&qu
-
- IE7 and ParseURL function
by fraluc
- 1 Replies
- Last post
by EricLaw-MSFT
- Since I installed IE 7, I am experiencing a problem browsing a CD using an application running under Internet Explorer which (apparently) isn't able to parse the url / link anymore. As a matter of fact, when I click on a link, for instance the one giving me: javascript:location.replace(sHOME+' cronolog/_indice.htm') in the status bar, the " page cannot be displayed" message appears and
-
- Memory Usage vs. Private Bytes
by radrain
- 0 Replies
- Last post
by radrain
- We have a Web Application which when running the 'Memory Usage' (task manager) and Private bytes (Performance Monitor tracking) increase over time. This is expected to some degree but we have noticed that while the 'private bytes' continually grows the Memory Usage (or Working Set) does not (not necessasarily(sp ) anyway).
If IE6 is not closed the private bytes will continue to rise with t
-
- DocObject - Icon Zone
by Alejandrarm12
- 5 Replies
- Last post
by John Sudds - MSFT
- I wrote a DocObject following all the MS specification. It works perfectly in IE (any version) when I use URL with the appropriate file extension. The only problem is that I cannot define the Icon Zone in the IE status bar.
I used the following document to specify the Icon zone:
http://msdn2.microsoft.com/en-us/library/aa770042.aspx
Internet Explorer calls the IOleCommandTarg
-
- 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>' +
-
- How to set statusbar property with IE7
by joyson
- 1 Replies
- Last post
by Todd Anglin
- Does anyone know how to set the property of statusbar with IE7.
As we all know , "window.status" sets the statusbar text which display the message in the status bar at the bottom of the window. The problem what I met is if the text is too long it should not be fully display at the bottom of half size window , especially with IE7.
Thanks
-
- Any way to avoid anonymous request before authenticated request?
by rbl9
- 4 Replies
- Last post
by Ixpah
- I am doing some performance tuning of our Intranet site (IIS 6.0 / IE 6.0, managed desktop of all workstations).
Our site requires authentication, and we are using Integrated Windows Authentication successfully (Negotiate, usually Kerberos).
Using HTTPWatch, it appears that when our pages load, IE is maknig an anonymous HTTP request first, and when it gets the "401 Not Authorize
-
- firefox hangs during login to any website
by kabucek
- 1 Replies
- Last post
by unique_username
- Hello One of our people is using firefox and normally she was able to log on to oag.com without any issues, but now when she type in her credentials browser just stuck in place where it saying "redirecting". She had that problem yesterday with chase.com, so I've checked her firefox version and it was 1.0.. so I upgraded to 2.0.. and it was ok, but today the same problem with oag.com. any
-
- Bookmark ignored calling iexplore.exe 7
by ClaudioD
- 14 Replies
- Last post
by GCot
- In my programs (using Windows XP) I open web pages calling iexplore.exe followed by url as parameter, e.g.:
"C:\Program Files\Internet Explorer\iexplore.exe" C:\help.htm#paragr11
This commad works well with Internet Explore 6 and precedent. With Internet Explore 7 the bookmark "#paragr11" is ignored and html page is opened at beginning. Any suggestion Thanks.
-
- IE7 won't save home page
by Madhatter
- 0 Replies
- Last post
by Madhatter
- IE7 was working well and kept my home page choice until recently, when it defaulted to "blank page." I have tried the suggested script, but it won't accept the downloaded script. Has anyone come up with an idea of the cause of this problem, such as security programs, add-on toolbars, etc. Has anyone found a work-around
-
- 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"
-
- Hide part of address in IE7
by michael447887
- 2 Replies
- Last post
by EricLaw-MSFT
- Is there any way to hide the entire address from the address bar or even just part of it I am developing a web application that includes another web application. That application uses the address bar to pass the user name and password, and I don't want that information to be shown.
Thanks
-
- How to determine the version of IE
by countersa08
- 2 Replies
- Last post
by MojoBook
- I have been writing a BHO. How can I determine which version of IE is hosting the control
-
- Opening Word Docmument Inline IE when Office 2007 Installed
by BilgeGul
- 9 Replies
- Last post
by Lance Leonard - MSFT
- Hi All, When opening a Word document by following a link in IE, Office 2007 and Office 2003 behave differently. On a computer with Office 2003 installed, the document opens in the IE browser window. With Office 2007, the document opens in Word. Is there a way to open documents inline IE on clients with Office 2007 installed, or vice versa Or is there a technical document describing what happens wh
-
- Can't print anything with IE7
by ladycmac
- 14 Replies
- Last post
by Wim_M
- I can't print any pages with IE7 either using the print button or the "print" function on the file menu.
This in NOT an outlook express problem! Nor does it have to do with "re-scaling". Nothing prints. Printer works fine offline and was working with IE6. I've tried everything I can think of via Windows, IE7 support, MSN.... Help me please!
Has anyone else had this proble
-
- Mouse event handling problem in BHO
by Dan Morris
- 5 Replies
- Last post
by PB_SQL
- I'm building a browser plugin that responds to mouse events; I'm using C#, IE7, Windows XP, and Visual Studio 2005. Having some problems with mouse-click handling. When I get my DocumentComplete event, I register the onclick handler for a few elements on the page and - mostly for debugging - I register the onclick handler for the document itself. That is, I call IWebBrowser2.Document and cast the
-
- session cookies in IE7 not working
by millertime408
- 10 Replies
- Last post
by Robert Fokken
- I have a website I've developed and I'm having problems with IE7
recognizing the session cookies. It worked in the earlier version of
IE, it works in all other browsers. I've changed the setting in IE7 to
"Accept All Session Cookies" and it still won't work. Is there
something I need to do differently with my coding to accomodate the new
IE7 session cookie standards
Here is my
-
- How to replicate the default download process in Internet Explorer?
by Baller4lifeII
- 13 Replies
- Last post
by Baller4lifeII
- Hey there, I would like to know how I can call the default download function of IExplorer. I implemented a custom download manager using the IDownloadManager interface because I needed to get some specific information about the file being downloaded. However, I don't want to override the whole download process. I just needed to intercept it, get the necessary information and let it carry on with t
-
- Automate the file download dialog
by bss
- 2 Replies
- Last post
by Bruno Yu - MSFT
- Hello,
I hope I am in the right forum..
I am trying to download files from the internet and a file download dialog pops up. Is there any way to avoid this dialog If not, how to get the open or save button clicked automatically
Thanks
-
- Cannot open mdi file on microsoft document imaging through IE
by chee_hoong82
- 3 Replies
- Last post
by Luchodia
- I open a .mdi file from the IE and it give me the option open or save with Microsoft Office Document Imaging. When I click on Open it got the error Unable to open file "C:\Document and Settings\Administrator\Local Settings\Temporary Internet Files\Content.IE5\4LI349MF\ [filename].mdi". Check file name and permissions. If I save the file and double click on it, the file can open on Micros
-
- Plugin for internet explorer
by CyberLord_Dan
- 1 Replies
- Last post
by Sdi
- I need to develop a plugin for internet explorer. Is it possible in managed C# to do this If so, how and how do I use it in Internet Explorer (Something like the flash player, but instead of 2D it makes 3D)
-
- how to add my own menu to IE context menu
by vennag
- 6 Replies
- Last post
by IECUSTOMIZER
- Hi
Any give me the idea how to add my own menu to IE context menu
Whenever user right clicks on a link my menu should be display like [download using VS]
using my own menu i have to pass url or parameters to my exe
thanks
-
- IE7's Shrink-to-fit is one size fits all?
by DMankad
- 14 Replies
- Last post
by DMankad
- Printing in a web app isn't easy. I have an application that loads a page into an Iframe, and a button outside of the iframe that does the iframe.focus();iframe.print() ; thing to print out the contents of the iframe.
Whats inside of the iframe is meant to be print out on legal sized paper (8.5"x14"), which isn't the same as normal letter paper (8.5"x11"). In previous IE ver
-
- IE 7 Tab windows - how to get handles to them?
by kaumil shah
- 1 Replies
- Last post
by SanjShah
- Hi ,
I am programming an extension for IE. This works fine with IE 6 or previous but I need the handle to active window in IE 7. If Tabbed browsing is enabled then it creates problems as I have handle to whole window and not to an active document.
I want to print only current tab.
My question is ,
1. How do I sense which tab is currently active ( I am sure MICROSOFT developers handle t