Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Autorun file please.

Status
Not open for further replies.

Rene1024

MIS
Jul 24, 2003
142
US
I'm not sure if this is correct forum for this question. Please point me in the right direction if I'm mistaken.

I'm creating a cd rom with an autotun file that executes when the cd starts. The startup page is an html file that contains some text requiring that the person agrees to the statement in the html file. I've added two buttons to the html file one for "yes" and one for "no", if the user clicks on the "yes" button I would like to direct them to another document on the cd and if the person selects "no" then I would like the close the page and take the user back to whatever they were doing prior to inserting the cd on the drive.

What is the code that I need to write on the buttons?

Thanks for your help.

Rgds.

Rene
 
You don't need ASP as there won't be any server - just a couple of links on your startup page:
<html><body>
Here is a question - <a href="\yes.htm">Click if you agree</a> or <a href="\no.htm"> Here if you don't</a>
</boby></html>

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'If we're supposed to work in Hex, why have we only got A fingers?'
Essex Steam UK for steam enthusiasts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top