that Dude
03-02-2005, 11:10 AM
I have to run following two online events:
<body onLoad="window.defaultStatus='bla bla'">
<body onLoad="stopHot()">
How do I do this?
Do you think the following code will work?
<body onLoad="window.defaultStatus='bla bla'; stopHot()">
Any suggestion will be appreciated. Thanks!
<body onLoad="window.defaultStatus='bla bla'">
<body onLoad="stopHot()">
How do I do this?
Do you think the following code will work?
<body onLoad="window.defaultStatus='bla bla'; stopHot()">
Any suggestion will be appreciated. Thanks!