|
-
Nov 20th, 2004, 12:08 PM
#1
Thread Starter
Fanatic Member
onclick Unclick?
hi,
It is easy to start and stop an event in VB by clicking the same button twice...How is it in Javascript?
vb code:
------------------------
timer1.enabled=Not(timer1.enabled)
-----------------------------------
when we press command1 button once timer starts and when we
press it twice timer1 stops
Is it possible in Javascript? does onclick/Unclick evnent work?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|