Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Thursday, February 26, 2009

W3c error on asp.net pages due to script tag on page?

certain times we put javascript on the page itself. but putting javascript on the page gives w3c validation error.
solution for this is

Thursday, February 12, 2009

GetDocumentById problem in javascript using masterpage

Many times you have faced a problem that you were not able to find the control which is there on ur page using document.getElementById("").
The solution for this problem is use document.getElementByID("")