|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I make a page refresh when a checkbox is checked?
How do I make a page refresh when a checkbox is checked?
|
|
#2
|
||||
|
||||
|
Example:
Code:
<script language="JavaScript">
function checkRefresh(value)
{
document.form1.submit();
}
</script>
<form name="form1">
<input type="checkbox" name="checkOne" value="1" onClick="javascript:checkRefresh()"> 1
</form>
|
|
#3
|
|||
|
|||
|
Thanks!
Quote:
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > How do I make a page refresh when a checkbox is checked? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|