making drop down,radio sticky
Posted: Tue Sep 12, 2006 5:28 am
i am doing this to make text field sticky
but i want my select ,drop down to be sticky as well
how can i do that
and whats about radio and check box
when submisssion is not done text fields get previous values but dropdown ,check box ,radio but loses it
Code: Select all
<td width="41%"><b>Enter name</b></td>
<td width="59%"><input type="text" name="name" size="45" maxlength="45" value="<?php if (isset($_POST['category'])) echo $_POST['category']; ?>" /></td>how can i do that
and whats about radio and check box
when submisssion is not done text fields get previous values but dropdown ,check box ,radio but loses it