B
Bob Delaney
I use some older JavaScript in classic ASP pages. I'm trying to migrate
these pages to ASP.Net. I am using a Master Page.
To operate a slide show routine written in JavaScript, I have, in the
classic ASP pages, used an onload event, like this:
<body onload=routineName()>
Is there some way to do this using a Master Page in ASP.Net?
Bob Delaney
these pages to ASP.Net. I am using a Master Page.
To operate a slide show routine written in JavaScript, I have, in the
classic ASP pages, used an onload event, like this:
<body onload=routineName()>
Is there some way to do this using a Master Page in ASP.Net?
Bob Delaney