I am trying to run a Javascript function when page finish loading. I tried the following:
<body onload="alert('s')">
This code works on Firefox but for some reason not in chrome. Anything that I'm missing here?
I don't have anything in the page. I've just created a new webform ASPX page and put the above code in it.
and put the above code in it- did you put proper HTML document tags, like<html><body></body></html>? – Max Jul 5 '12 at 17:46