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:
My query is how do you do the same with the content pane in that accompanies the master pages?
Mike55.
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.