I need the code for redirection. Like if i have a link that opens up a quicktime file and if i dont have quicktime installed, it will take me to the quicktime homepage. Can you guys give me the code please?
I need the code for redirection. Like if i have a link that opens up a quicktime file and if i dont have quicktime installed, it will take me to the quicktime homepage. Can you guys give me the code please?
Is that it?Code:onload=function() {window.location.href="yourpath/yoururl.html"}
- Mike
this thread might be of some help.
If that is the case, then place a notice before that link that states that the destination contains a QuickTime movie and the user will need to have a QuickTime player to view it (and include a link to the Apple download page using "QuickTime" or "QuickTime player" as link text). No need for some script that may or may not work.Originally Posted by neo_philiac
Mike
I had to do that once but it was for Flash Player, and I used a confirm message box. And if they clicked "no" they were taken to a page with a link on it to the software.
- Mike
Bookmarks