View Full Version : Redirection
neo_philiac
08-22-2006, 04:42 PM
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?
mburt
08-27-2006, 02:19 PM
onload=function() {window.location.href="yourpath/yoururl.html"}
Is that it?
blm126
08-27-2006, 03:34 PM
this thread (http://www.dynamicdrive.com/forums/showthread.php?t=12134) might be of some help.
mwinter
08-28-2006, 11:13 AM
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.
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.
Mike
mburt
08-28-2006, 11:28 AM
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.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.