website on a cd or dvd

B

BTC

Is it possible to publish a website on a cd or dvd?

How do I set it up to autorune from my index file?

Can a form be included that will an email to be generated and mailed?

Bruce
 
S

Steve Easton

In line

BTC said:
Is it possible to publish a website on a cd or dvd?

Publish the web site to a folder on your machine.
Burn the folder to the CD / DVD

How do I set it up to autorune from my index file?

Create an autorun .inf file and place it on the CD "outside" of the folder that contains
your web.

To create an autorun .inf file, open notepad and type:

[AUTORUN]
shellexecute=webfoldername\index.htm


Change webfoldername to the name of the folder,
change index.htm to match the actual file name and file extension of your home page,
and then save it with the file name: autorun.inf
Can a form be included that will an email to be generated and mailed?

You can use a mailto link to open their email client, but a form will not work.

--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top