Auto Run for CD's and return html...

User 2840227 Photo


Registered User
5 posts

Might , or might not be a web design question , but here goes.
I'm building up web pages using Coffee Cup NOT to go onto the WWW but on CD's. I need to be able to have these autostart to the main HTML page when they are accessed via computers (These computers are NOT connected to the WWW due to security reasons, and the web pages will not be permanently loaded onto computers.

Also can you remind me of the Html command that returns viewers to the previous page ?. Yes I am relearning all about HTML :):)
John E.
Melbourne Australia
User 103173 Photo


VP of Software Development
0 posts

Give this a try:

http://www.wikihow.com/Make-an-Autorun-CD

For the other, you can use markup like this:
<button onclick="goBack()">Go Back</button>
<script>
function goBack() {
window.history.back();
}
</script>
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.