HighDots Forums  

how to start Internet Explorer from javascript

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss how to start Internet Explorer from javascript in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Erica
 
Posts: n/a

Default how to start Internet Explorer from javascript - 02-13-2007 , 11:49 AM






Hi, I wrote 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,



Reply With Quote
  #2  
Old   
Mike.Duffy
 
Posts: n/a

Default Re: how to start Internet Explorer from javascript - 02-14-2007 , 04:12 PM






"Erica" <ericaramsey1 (AT) gmail (DOT) com> wrote in
news:v-SdnQwanqK4Z0zYnZ2dnUVZ_hGdnZ2d (AT) wideopenwest (DOT) com:

Quote:
Hi, I wrote 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"?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.