For artists and collectors sponsored by Intercal...your mohair supplier and Johnna's Mohair Store
Here is html script for the navigation table I have on my site if you want to use one...............
Fill in your info in the bold areas , change the font, size and color if ya want and just copy and paste this into your webpage html where you want it.............................
<center>
<u><FONT face="AGaramond"><h3><b><font color="gold">~~Use Pulldown Menu for Navigation~~</u></center></font>
<center>
<form name="form">
<select name="site" size=1>
<option value="">Go to....
<option value="http://www.yourname.com/yourpage.html"> Home
<option value="http://www.yourname.com/about.html">About Artist
<option value="http://www.yourname.com/customers.html">Comments
<option value="http://www.yourname.com/purchaseinfo.html">Layaway Info
<option value="http://www.yourname.com/gallery.html">Gallery
<option value="http://www.yourname.com/links.html">Links</select>
<input type=button value="Go!" onClick="javascript:formHandler(this)">
</form>
</center>
Here is html script for the navigation table I have on my site if you want to use one...............
Fill in your info in the bold areas , change the font, size and color if ya want and just copy and paste this into your webpage html where you want it.............................<center>
<u><FONT face="AGaramond"><h3><b><font color="gold">~~Use Pulldown Menu for Navigation~~</u></center></font>
<center>
<form name="form">
<select name="site" size=1>
<option value="">Go to....
<option value="http://www.yourname.com/yourpage.html"> Home<option value="http://www.yourname.com/about.html">About Artist
<option value="http://www.yourname.com/customers.html">Comments
<option value="http://www.yourname.com/purchaseinfo.html">Layaway Info
<option value="http://www.yourname.com/gallery.html">Gallery<option value="http://www.yourname.com/links.html">Links</select>
<input type=button value="Go!" onClick="javascript:formHandler(this)">
</form>
</center>
Hi there, geek here. This won't work on its own, additional code is needed. The javascript:formHandler(this) in the code is calling the function formHandler elsewhere in the document. The function itself is near the top of your code. I pulled this off Tami's web page, insert this additional code right underneath the TITLE tag, copy everything below starting with <SCRIPT and ending with </SCRIPT>.
Have fun!
Kelly
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Alex Tu <boudha1@hotmail.com> -->
<!-- Web Site: http://www.geocities.com/alex_2106 -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>
Cool Kelly, now I know where to go for puter help! LOL
Sorry I left that out!!!
Some day I am going to learn all this computer stuff!