This is a discussion on "Quick question" within the Web Page Design section. This forum, and the thread "Quick question are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Quick question
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Quick question
Anybody got any idea how to make a link load Internet explorer when its clicked?
I have a link that goes to an external page beyond my controll that isn compatible with forefox or anything but IE (mumble mumble arf) So, id like to auto launch internet explorer when the link is clicked to avoid compatibility issues. Also.... id like it to just load as normal if the client is allready using IE (fools) Thanks for any suggestions |
|
|
|
#2
|
|||
|
|||
|
Re: Quick question
heh in wondows for me even though FF is set as my default, when I click links in other apps IE always launches. I am guessing that some form of ActiveX Control would do the trick. ASp or VBScript?
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Nov 1st, 2006 at 13:07. |
|
#3
|
|||
|
|||
|
Re: Quick question
was hopoing for a javascript solution tbh.
ill search around....... if anyone comes up with an answer in the meantime lemme know pls |
|
#4
|
|||
|
|||
|
Re: Quick question
You could use a JavaScript browsers detect. Where it detects the browser and if it is not IE it goes to another page that says, this page must be viewed in IE. Here would be the code....
Last edited by JacobHaug; Nov 1st, 2006 at 13:54. |
|
#5
|
|||
|
|||
|
Quote:
I dont suppose you could explain it a little further to me, and maybe an idea of how i would implement it into an html link? Thanks |
|
#6
|
|||
|
|||
|
Re: Quick question
Well do something like this....
They click the link and the link opens a pop-up window, or whatever type of window you want. Have the link be something like this... Ok so have your html link, link to a page called ID.html/whatever.html Then on that page paste this code, and change the URLS...
Then make the page IE.html/whatever then on that page put the content that you want your IE viewers to see. You could also make a version for people that are using Firefox so that the don't get mad...lol Let me know if you need anything else. |
![]() |
| Tags |
| a href |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| quick question | jtyoungs | PHP Forum | 7 | Sep 25th, 2007 15:45 |
| Quick question | extrememonkey | Website Planning | 0 | Mar 27th, 2007 17:56 |
| Quick Question!! | JacobHaug | Web Page Design | 6 | Oct 18th, 2006 22:08 |