Hello
In my asp.net's page HTML i add a script to be called inside the body tag.
<body MS_POSITIONING="GridLayout" onload="OnLoad('txtRent','rent')">
If i add the onload script to another page with different parameters then the moment i click on a link to be directed to that page, a pop up comes up mentioning if i want to debug. If i take the script out it's working fine again. Can i not have the same script on every page if i like?
In my asp.net's page HTML i add a script to be called inside the body tag.
<body MS_POSITIONING="GridLayout" onload="OnLoad('txtRent','rent')">
If i add the onload script to another page with different parameters then the moment i click on a link to be directed to that page, a pop up comes up mentioning if i want to debug. If i take the script out it's working fine again. Can i not have the same script on every page if i like?