This Damn Thing Should Work

Wednesday, June 01, 2005

Client Side Stuff

I'm a Javascript guy. I've been doing Javascript junk long before I'd even heard of Active Server Pages. Consequently, the nifty Javascript tricks I've been using for years I want to use - but I constantly find myself at odds with the way the .NET handles client side code.

Today's issue was running some javascript commands that needed to fire either onLoad or at the very bottom of the page - with the various user controls I'm using in this one project, I couldn't get the script low enough on the page. But then I discovered these options:

ASP.NET Client-Side Script FAQ

which detail a whole mess of options for dropping script in various places on a page regardless of other objects. Quite helpful - definitely solved my issue...

0 Comments:

Post a Comment

<< Home