Search found 2 matches

by cw
Fri May 20, 2005 5:30 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: window.onload problem with milonic
Replies: 3
Views: 2912

Thank you for suggestion

Thank you very much for the advice, Ruth. Version 5 works much better!
by cw
Mon May 16, 2005 11:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: window.onload problem with milonic
Replies: 3
Views: 2912

window.onload problem with milonic

I'm using frames and my menu is in two parts (frames_header_array.js and frames_body_array.js).

In one of my pages I need to execute some javascript when the page loads. Using onLoad=... in the <body> tag doesn't work. So I tried using window.onload=myFunctionName within a <script ...> tag. This ...