by BandanaChaudhury » Tue Nov 06, 2012 8:55 am
<table>
<form action='tdomestic.php' method='POST'>
<tr>
<td><strong>Type</strong></td>
<td>One-way Trip</td>
<td><input type='radio' name='trip' value='Oneway' checked='checked'></td>
<td>Round Trip</td>
<td><input type='radio' name='trip' value='Round'></td>
</tr>
</form>
</table>
the .zip file have a calender folder having a date.php file, its working fine,
i need to change something in that.
like if i have the submitted value='Oneway'(from above code), then in the date.php file the to-date must be disable, and for the value='Round', we should enter both the dates.
Can you please help me with the extra code i have to add up.
- Attachments
-
calendar.zip
- (193.18 KiB) Downloaded 5 times