Browse by Tags

All Tags » Javascript (RSS)

JavaScript - Hide status panel on mouseover asp.net button, hyperlinks, etc

My friend just asked me on last weekend on how to hide the status of Internet Explorer 7 (this doesn't happen in FireFox) when he "mouse over" on an ASP.NET button, Hyperlinks or pure html <a> links. I had never noticed about it since...
Posted by chuawenching | with no comments
Filed under: ,

Enable JavaScript Save As "Webpage Complete"

If you do the normal way to show the SaveAs dialog box from JavaScript like below, you are limited to what you can save. “document.execCommand” is the API that you should used. function doSaveAs(){ if (document.execCommand){ if (isReady){...
Posted by chuawenching | 1 comment(s)
Filed under:

ASP.NET 1.1 to ASP.NET 2.0 Migration #11

This is a life saving tip. Well of course you can find in google about this, but it saves me a lot today. Basically this method is use to register Javascripts. If you don't deal with this, won't be useful for you. It is worthfile to notice it...
Posted by chuawenching | with no comments
Filed under: ,