what i need is that when the radio button is checked and the submit button pressed i want it to go to 'option_bookings.asp'
The radio button:
<input name="timeoption" type="radio" value="option_bookings_only" onClick="this.form.action = 'option_bookings.asp'; this.form.submit();">
when this is selected and this submit button is clicked:
<input type="submit" title='Click here to search the whole table by requested criteria' onMouseOver='style.cursor="hand"' value="Submit" width="100" height="25">
Go to:
'option_bookings.asp'
how is this done?
www.crmpicco.co.uk