NavinRH
26 Jan 2011, 02:56 PM
How would i get the submit button of a form to go to a radio button url value. Ive been trying to find it online but it seems its never happened to anyone before.
Here is an example :
<form name="size" method="post" action="">
<input type="radio" name="Size21" value="/ShoppingCart.asp?ProductCode=SLI-Dirk-0004">
<input type="radio" name="Size21" value="/ShoppingCart.asp?ProductCode=SLI-Dirk-0005">
<input type="submit">
</form>
Is there some php or cgi that i could write to parse these values to attach as the form action?
Thanks
Here is an example :
<form name="size" method="post" action="">
<input type="radio" name="Size21" value="/ShoppingCart.asp?ProductCode=SLI-Dirk-0004">
<input type="radio" name="Size21" value="/ShoppingCart.asp?ProductCode=SLI-Dirk-0005">
<input type="submit">
</form>
Is there some php or cgi that i could write to parse these values to attach as the form action?
Thanks