Tags

, , ,

This Javascript-enabled select box is  access to multiple pages without using up lots of screen-space.
An effortlessly cool way to get around. You can use this code to link to different pages; or to link to specific sections of the same page

CODE:

<script type="text/javascript">
<!--
// original code by Bill Trefzger 12/12/96
function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
		}
	}
//-->
</script>
<script type="text/javascript">
<!--
document.write('



');
document.write('

Select your destination');
document.write('

--------------------');
document.write('

Page 1');
document.write('

Page 2');
document.write('

Page 3');
document.write('


');
document.write('  ');
document.write('


');
// end hiding contents -->
</script>
save this script in your html page. that will work like this

//
// <![CDATA[
document.write('

‘);
document.write(‘

Select your destination’);
document.write(‘

——————–‘);
document.write(‘

AnimationBuddyzz’);
document.write(‘

gturockstar’);
document.write(‘

tips for beginner’);
document.write(‘

‘);
document.write(‘ ‘);
document.write(‘

‘);
// end hiding contents
// ]]>