Welcome to Jtech!


You are not logged in.
Login

Menu

Javascript Tips

We use quite a bit of Javascript here at Jtech and have picked up quite a few usefull tips. - Especially when we migrated from 'straight HTML' to ASP.Net. - We found we had to jump through a few extra hoops.

We hope you'll find some of these tips as usefull as we did.

body_on_load - Getting '<body onload()>' to work with pages using master pages.

onClick() - Running Javascripts from an 'onclick()' function within an asp:Button..

GetElementByID() in asp content pages.