Posted by Angelos on 05/12/05 15:07
Hello there,
I have the folowing problem:
I need to use the <body onload="loadMenu()";"initDocument()"> but the first
javascript "loadMenu()" is in menu.php and initDucument() is in
content.php.
Now Non of these php files has a body tag in order to add the onload
Javascritp because I use a header.php and a footer.php which is included in
each php document.
I succesfully use the <body onload="loadMenu()"> in my header.php but if I
add the initDocument(). It won't work....
Does any of you ever did something similar and is able to give me a hint ?
Navigation:
[Reply to this message]
|