Jim -
You guessed it! I am working on a Mac!
I have made some updates to the page, including modifying the form
action action and searching for any #'s.
I am still getting no response from the dropdowns.
The page in question...
http://silverandpewtergifts.com/store//index.htmlBelow is the actual code for the template page...
[-- DEFINE PAGE --]
<html>
<head>
<title>Silver and Pewter Gifts</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="untitled.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="064276">
<div align="center"><img src="Header.jpg" width="1000"
height="94"></div></td>
</tr>
<tr>
<td height="30" bgcolor="A0A0A1"><div align="center" class="Nav"><a
href="index.html" class="Link">Best Sellers
</a>
| <a href="Pewter.html"
class="Link">Baby Gift
Guide</a> | <a
href="PewterGift.html" class="Link">Wedding Gift Guide
</a> | <a
href="awardstrophies.html" class="Link">Awards &
Trophies</a> | <a
href="About.html"
class="Link">Engraving</a> | <a
href="Customer.html" class="Link">About Us
</a> | <a
href="Contact.html" class="Link">Contact Us</a></div></td>
</tr>
<tr>
<td height="100%"><table height="60" border="0" align="center"
cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="190" height="60" valign="middle"><div align="center">
<form action="get" method="get" name="form1" target="_blank">
<select name="select"
onChange="MM_jumpMenu('parent',this,0)">
<option>Choose A Category!</option>
<option value="babycups.html" selected>Baby Cups</option>
<option value="babygifts.html">Baby Gifts</option>
<option value="barware.html">Barware</option>
<option value="birdfeeders.html">Birdfeeders</option>
<option value="bowls.html">Bowls</option>
<option value="bracelets.html">Bracelets</option>
<option value="candlesticks.html">Candlesticks</option>
<option value="desktopaccessories,html">Desktop
Accessories</option>
<option value="frames.html">Frames</option>
<option value="historicecups.html">Historic Cups</option>
<option value="holidayornaments.html">Holiday
Ornaments</option>
<option value="napkinrings.html">Napkin Rings</option>
<option value="trays.html">Trays</option>
<option value="vases.html">Vases</option>
<option value="weddinggifts.html">Wedding Gifts</option>
</select>
</form>
</div></td>
<td width="279" valign="middle"><div align="center"><center>
<form
action="http://silverandpewtergifts.com/cgi-bin/sc/productsearch.cgi?storeid=*20d8b958450031447aa4183072ad86c3a1f6"
method=post>
<input type=text name="search_field" size=15>
<input type=hidden name="storeid"
value="*20d8b958450031447aa4183072ad86c3a1f6">
<input type=submit value="Search">
</form> </center></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="144" align="center" valign="top"><p><p>
[-- LOOP LINKS --]
[-- LINK --]<br>
[-- END_LOOP LINKS --]
</p>
<table width="915" border="0" cellpadding="0" cellspacing="0">
[-- LOOP PRODUCTS PAGE.Columns --]
<tr align="center" valign="top"><td width="433">
[-- PRODUCT producttemplate.htm --]
<td width="466">
[-- PRODUCT producttemplate.htm --]
</td>
[-- END_LOOP PRODUCTS --]
</table>
</td>
</tr>
</table>
<p align="center"><span class="copyright">©2005 Silver and Pewter
Gifts</span></p>
</body>
</html>
[-- END_DEFINE PAGE --]
Thanks for your help!
Jason