Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
HTML code to open IE from Netscape
Name: Jen Date: September 13, 2002 at 08:23:48 Pacific
Comment:
I am using Netscape as my default browser, but when I click on a link I would like it to open IE, Is this possible? Is there a html tag to change the default browser for that session? I am using the target="_blank" code to open the new window.
Name: Jake Date: September 13, 2002 at 14:00:02 Pacific
Reply:
I'm fairly sure doing this would require exploiting a security hole in Netscape. Remember, if you can make the computer run iexplore.exe, you should be able to make it run del.exe or format.exe just as easily. Why would you want to make Netscape open IE anyway?
0
Response Number 2
Name: Jen Date: September 14, 2002 at 11:18:53 Pacific
Reply:
I need to do this to display some of my web pages corectly, otherwise, the graphics are left out, etc.
0
Response Number 3
Name: SN Date: September 15, 2002 at 22:46:46 Pacific
Reply:
Jake is right, and it's always a bad idea to make your web pages browser dependent...If you point us to the web pages maybe we can tell you why they don't work in netscape. Also, the newer netscapes are much much more likely to display web pages correctly, so make sure you have the latest version. Good luck, SN
0
Response Number 4
Name: Jen Date: September 16, 2002 at 05:12:21 Pacific
Reply:
I am working in an intranet enviroment, referencing pages from more than one server, The pages work on one server, but when they reference the other one, nothing shows up. I've tried updating to Netscape 7.0, 4.61 and nether one works, but IE 5.0 works.
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123.htm I would appreciate any help. ...
Summary: Please help! I need to call an intranet web application from VB6 and pass some parameters (user ID and password.) That web app must be open in a browser (Internet Explorer) outside of VB application. ...
Summary: hi, i'v just started learning perl and have a project which requires mysql in the backend. To start with i need to display all the rows of a table (select* from table) in an html page and the scripti...