What ever vbscrtipt events I code in html is being fired twice
like if I get a message box on widows onload it is showing the message twice.
Why ?
I need to call the event only once!
Please help me
Thanks!
Printable View
What ever vbscrtipt events I code in html is being fired twice
like if I get a message box on widows onload it is showing the message twice.
Why ?
I need to call the event only once!
Please help me
Thanks!
I won't speculate on why your events are firing twice, but as a workaround, you could use a global variable on each page. Once the event fires the first time, the global variable is set to "True" or 1. When the event fires, it will check for a value of "True" or 1 and not fire.
HTH
Tom
------------------
[email protected]
[qualifications and/or certifications here]