Re: if/then timer redirect
Posted By:
Nitesh_Naveen
Posted On:
Thursday, October 17, 2002 01:41 AM
have a boolean value (var bClick = false;) and in the redirect function check this boolean value before redirecting. In the button onlick, chnage variable value to true.