I'm using the following code to pass the values of 2 check boxes besides a session variable. This works fine in IE but clicking the button does nothing in Firefox. If I remove the "&DC=' + decal.checked + '&SN=' + sign.checked;" section Firefox will send to the next page, but of course I lose my values I need to send.
Does anyone have any ideas?
<input type=submit on nclick="window.location.href=' + decal.checked + '&SN=' + sign.checked;" name=Update value="Next >>" style="<%=buttonn%>width:100;">
_______
I love small animals, especially with a good brown gravy....
Does anyone have any ideas?
<input type=submit on nclick="window.location.href=' + decal.checked + '&SN=' + sign.checked;" name=Update value="Next >>" style="<%=buttonn%>width:100;">
_______
I love small animals, especially with a good brown gravy....