Click to See Complete Forum and Search --> : Threads in HTML


javaS_freak
05-18-2006, 02:06 AM
Hi,
Do we have a concept of threads(as in java) for HTML or JavaScript....as i have to start a graph on a button click and when some other button is clicked i have to clear the graph....so basically i want one thread which keeps executing till some other button is clicked in the main thread
please help
thanks in advance

the tree
05-18-2006, 02:56 AM
In short, no. In long, noooooo. If you know Java then it's probably best for you to write an applet in that.

javaS_freak
05-18-2006, 03:12 AM
but i have to do it in javascript....as i am using activeX control...now help