GET-YOUR-SOLUTION
ASP.NET, SQL, CSS, JAVASCRIPT, WEB SERVICES,MOSS2007,SHAREPOINT SERVER,FAQs,
Tuesday, April 22, 2008
javascript
How to hide a button:
-----------------------
function hide()
{
document.form1.check.style.visibility = 'hidden';
return;
}
----------------------
Call the above function in button Onclick="hide();"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment