Whenever you use a Button or LinkButton it is because you want to be able to do a postback when it is clicked.
Warn a User About a Session Timeout with Javascript
A coworker asked me this so I thought I’d whip up a quick example.
Cancel Flash Requests with JavaScript
Internet Explorer can only make 2 connections at a time, which means that only two elements can be loaded while the rest is queued up.
Using External JavaScript Source Files
By now most web designers and developers know that JavaScript causes a real headache for search engine spiders.
Javascript – The Definitive Guide: Review
This is the Fifth Edition of “Javascript The Definitive Guide”. I dragged out my old Second Edition (1997) of this book for comparison.
One Page Of Javascript, Lots Of Effects
A cheat sheet of useful suggestions on hand can beat the best search engine by virtue of being immediately available.
Google’s New Look Through Javascript
ZDNet’s “Googling Google” blogger Garett Rogers found a Javascript trick that unveils the occasionally glimpsed new look of Google’s search results to Firefox users.
Taking HTML Further with Javascript
Once you’ve built your HTML pages, you might need them to do something a little more interactive on the client-side (that is, in the visitor’s web browser).
VBScript: Javascript Made Easy
VBScript is a web language for inserting into HTML documents. It’s a lot like Java, but is easier to write thanks to its Visual Basic-like code.