|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi I am tring to put a yearly school magine onto a CD rom and would like to know how to write a autorun script to automatically open a certain web file, say index.htm once the cd has been loaded, can someone help me please.
Also would like to know how to redirect from one web page to another, say splash page to index page after a certain time has lapsed, again can someone help me with this please. Cheers Burkey |
|
#2
|
||||
|
||||
|
To redirect
Code:
<meta http-equiv="refresh" content="2;url=http://webdesign.about.com/"> The number is the time, in seconds, until the page should be redirected. Then, separated by a semi-colon ( is the URL that should be loaded.http://www.globalrendering.com/cdrom/faq.html has some info about making the autorun. (Its not as easy as you might think. The autorun can only access files on the cd, not the user's browser, so you need to make a self executing file on the cd that will then pull up the browser to the desired page). http://www.trah.co.uk/starterfile/ has software you can buy to make what you want.
__________________
--Dave-- U2kgSG9jIExlZ2VyZSBTY2lzLCBOaW1pdW0gRXJ1ZGl0aW9uaXMgSGFiZXM= Last edited by karsh44 : July 29th, 2003 at 09:29 AM. |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > AutoRun scripts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|