Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, If i am writing a javascript code in a page load event, when it run? Is it run at the time of page load into the browser? Regards, Thomas
Yes. If you use RegisterStartupScript or RegisterClientScript, the script will be placed in the form. That means that it will be run when the page is loaded, before the onload event of the page. --- b { font-weight: normal; }