work bench
slide show













Home | Pull down menus html | slide show | Our Products | Contact Us | flyer | Our Location





THIS IS THE CODE FOR THE FIRST PAGE. IT WILL PUT YOUR GUESTS INTO FRAMES AND START THE SHOW:

<html>
<head>
<title>PUT TITLE OF YOUR SLIDE SHOW HERE</title>
<script type="text/JavaScript">
<!--
var MSIE=navigator.userAgent.indexOf("MSIE");
var NETS=navigator.userAgent.indexOf("Netscape");
var OPER=navigator.userAgent.indexOf("Opera");
if((MSIE>-1) || (OPER>-1)) {
document.write('<bgsound src="PUT URL OF YOUR MUSIC FILE HERE" loop="infinite">');
} else {
document.write('<embed src="PUT URL OF YOUR MUSIC FILE HERE" autostart="true" ');
document.write('hidden="true" volume="100" loop="true">');
}
//-->
</script>
</head>
<frameset cols="100%,*">
<frame noresize src="PUT URL OF FIRST SLIDE PAGE HERE" name="slide">
<noframes>
<body bgcolor="#99ccff" text="#000000"><center>
<strong>PUT TITLE OF YOUR SLIDE SHOW HERE</strong>
<h1>This Site Utilizes Frames For Navigation</h1>
<h2><a href="PUT URL TO AN ALTERNATE JAVASCRIPT SLIDESHOW HERE">Click Here For A No Frames Version</a></h2>
<h3>~ MSN/WebTV JavaScript Bug Warning ~</h3>
</center></body>
</noframes>
</frameset>
</html>
















NOTE THAT THE NUMBER "4" REPRESENTS THE NUMBER OF SECONDS THIS SLIDE WILL STAY ON THE SCREEN ONCE IT IS COMPLETELY LOADED. YOU MAY CHANGE THIS NUMBER IF YOU LIKE.

REPEAT THE ABOVE CODE FOR EVERY SLIDE YOU WANT IN YOUR SLIDE SHOW

<html>
<head>
<title>WRITE THE TITLE OF YOUR SLIDE SHOW HERE</title>
<meta http-equiv="refresh"
content="15;url=http://PUT THE URL OF THE PAGE YOU WANT TO SEND YOUR VIEWERS TO HERE">
</head>
<body bgcolor="PUT THE COLOR OF YOUR DESIRED BACKGROUND COLOR HERE">
<center>
You will be taken to ???TITLE OF YOUR TARGETED PAGE??? in about 15 seconds.
<br>
<br>
YOU MAY ADD AS MANY SENTENCES, OR EVEN IMAGES, AS YOU LIKE HERE</center>
</body>
</html>
















Finally, to break your viewers out of frames, Place this code just before the /head tag on the page to which you are transporting them:

<script type="text/javascript">
<!--
if (window != top) top.location.href =
location.href;
//-->
</script>

Our Company * Any Street * Anytown * US * 01234