Sagewire Logo

how to start Internet Explorer from JAVAscript

2 Message(s) by 2 Author(s) originally posted in javascript


From: Erica Date:   Tuesday, February 13, 2007
wrote in message myself html page that is for use only by me. I the html page has
a link to a webpage that can only be ran from "Internet Explorer". How do I
use JAVAscript to launch this link inside of "Internet Explorer" ?

Thanks,


From: Mike.Duffy Date:   Wednesday, February 14, 2007
wrote in message in


wrote in message myself html page that is for use only by me. I the html
page has a link to a webpage that can only be ran from "Internet
Explorer". How do I use JAVAscript to launch this link inside of
"Internet Explorer" ?



If I understand what you are asking, try:

<script language="JAVAscript">
document.location.href="http://www.etc.etc"
</script>

This will re-direct IE to the other page without you needing to click on
the link.

Or do you really mean you want a webpage that checks to see if you're using
IE (instead of another browser, for example) before "letting you in"?



Next Message: Page inside of another


Blogs related to how to start Internet Explorer from JAVAscript

Today’s $10000 Question: Java Applets - Sweet Feathery Heaven or ...
So far, I haven’t had to fallback to any ugly conditional JavaScript that says, "if you’re Internet Explorer, do this, if you’re Opera, do this, if you’re Safari, do this..." Someday the pigeon hole may shrink to a singularity and at ...

doodlebee on "WordPress, YouTube and Internet Explorer"
There's various ways to make it work (not *just* javascript - there's other ways too), but if you can go to a site using IE and run Quicktime or Flash without having to expressly give the browser permission to display it, then they are ...

Fear of Forks, or, Eating Spaghetti With a Spoon
How sloppy can you be? (Especially if you’re “free”?) Disclaimer: Sun and Adobe are clients, as is Microsoft. Technorati Tags: java, flash, sunw, adobe, ajax, firefox, ie, browsers, web, javascript.

RE: Gallery Macro (created)
I dug into that problem before and I noticed that there was a clash between the javascript library used for the labels and the one for the Gallery. However, for some reason only Internet Explorer seems to care about it, and actually ...

Java ME as middleware to Mobile Ajax?
By using Ajax (essentially Javascript) on top of a Java middleware layer, we also overcome the other big limitation of Java ie porting issues which I pointed to before and also align closer to Web standards. ...

Scala for Java programmers
Note: this is not a language comparison exercise [ie, X versus Y comparison to "conclude" which one is better!]. Rather, it is an attempt to give head-start to the Java programmers who want to learn other languages that run on the Java ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional