certain times we put javascript on the page itself. but putting javascript on the page gives w3c validation error.
solution for this is
Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts
Thursday, February 26, 2009
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("")
The solution for this problem is use document.getElementByID("")
Subscribe to:
Comments (Atom)