I'm trying to add a drop down menu with links in the category description using a form method. Each and every time I add any type of form element to the category description, the Update and Back buttons will not work. The Cancel button works but not the update.
The drop down menu looks perfect in the preview.
I am using osCMax V2.0 RC3. Has anyone experienced this behavior before?
The code is very simple:
<form action="http://www.myspacegens.com/handler.php?gen=redirect" method="post"><select name="url" style="width: 150px; height: 20px; font-size: 11px;"><option value="https://myrtlebeachflag.com/product_info.php?cPath=3_590&products_id=2938">2x3 </option><option value="https://myrtlebeachflag.com/product_info.php?cPath=3_590&products_id=2939">3x5 </option><option value="http://www.myspacegens.com/">Get Yours!</option></select> <input type="submit" value="Go!"></form>
I've also tried Javascript:
<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('<form name="selecter1"><select name="select1" size=1>');
document.write('<option value=none>Select your destination');
document.write('<option value=none>--------------------');
document.write('<option value="page1.html">Page 1');
document.write('<option value="page2.html">Page 2');
document.write('<option value="page 3.html">Page 3');
document.write('</select>');
document.write(' <input type="button" value="Go" onclick="go1()">');
document.write('</form>');
// end hiding contents -->
</script>
Same results. The preview looks great but you cannot click on the Back or Update button.





LinkBack URL
About LinkBacks











Bookmarks