It is my understanding that the pageLoad gets called when the aspx page is loaded...
On May 13, 9:59 pm, Mike Alsup <mal...@gmail.com> wrote: > > Attached is my page code, I'm trying to make the corners rounded on > > the div div#LoginArea - but try as I may I'm not able to work out why > > this won't work - would be grateful for thought on what I've done > > wrong... > > <script type="text/javascript"> > > function pageLoad() { > > $("div#LoginArea").corner(); > > } > > </script> > > Where does pageLoad get called?