J
JJ
I am trying to convert applications built with .net framework 1.1 to use
master pages. On a couple of aspx pages, I call certain javascript
functions
<body onresize="blah()"....>
However, now that <body> tag is in master page, I cannot do this. What is
the correct way/workaround for this? I really don't want to create another
master page for those aspx pages.
Thanks
master pages. On a couple of aspx pages, I call certain javascript
functions
<body onresize="blah()"....>
However, now that <body> tag is in master page, I cannot do this. What is
the correct way/workaround for this? I really don't want to create another
master page for those aspx pages.
Thanks