Hey, I'm using a jump menu on my website.
I was wondering if I could assign a specific variable?
Code:
<script>
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<select name="jumpMenu" class="forms" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)">
<option value="">Select Day</option>
<option value="project.allocate.php">Friday</option>
</select>
I was wondering if I could send the variable "friday" so that the php site could store it.
Im not asking for help with the php, but sending the variable VIA the form.
Umm, I know I could possibly have the link as "project.allocate.php?option=Friday", is there any other way?
Im always interested in learning different ways to do things.
If anyone knows please leave a message 
Thanks
__________________
Websites Created;
warscope.com
ratepayers.org.nz
|