Forum Moderators: open

Message Too Old, No Replies

Multiple OnLoad does not work with IE

Javascript Onload problem with IE

         

Steph_R

12:04 am on Mar 28, 2006 (gmt 0)

10+ Year Member



I have 2 scripts loading on the same page and together they work with every browser but IE.

Is there a trick to body onLoad= with IE?

DrDoc

4:55 pm on Mar 28, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can do multiple onloads.

<body onload="function_a(); function_b();">