Calling javascript on page load.

mike55

Contributor
Joined
Mar 26, 2004
Messages
727
Location
Ireland
Hi all

I am in the middle of changing project to use master pages. On a number of my old style web pages I was calling a javascript function when the body loaded:
Code:
<body onload="Test();"

My query is how do you do the same with the content pane in that accompanies the master pages?

Mike55.
 
Back
Top