Current Server date & time (updated every 10 seconds):
<span id="scriptoutput"></span>
swati mittal wrote:How i will call this javascript function.
swati mittal wrote:thanks to both of you.
its working fine.
But My application is already using some other function at body onload so how i can use this one.
because there will be only one "onload"
swati mittal wrote:thanks to both of you.
its working fine.
But My application is already using some other function at body onload so how i can use this one.
because there will be only one "onload"
Mansi. Mishra. wrote:
swati mittal wrote:thanks to both of you.
its working fine.
But My application is already using some other function at body onload so how i can use this one.
because there will be only one "onload"
you can have it semicolon separated....like this
<body onload="setFocusOnLoad();ajax(page,'scriptoutput');">
Mansi
Consider Paul's rocket mass heater. |