![]() |
|
|
+ Search |
![]()
|
May 19th, 2001 20:15
Colin Fraser, Art S,
There is really only one way to assign the onClick event :
<script > <!--
function onClickEventHandler() {
//do nothing for 10 seconds
for (i=0;i<10000;i++) ;
}
<form>
<input type="checkbox" onClick="onClickEventHandler()">
</form>
So I suspect this is not the question you are asking.