Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.
alpoor Starting Member
29 Posts
jsmith8858 Dr. Cross Join
7423 Posts
DustinMichaels Constraint Violating Yak Guru
464 Posts
function createButton(){ var myNewButton = document.createElement("input"); myNewButton.type = "button"; myNewButton.value = "Your Button Text Goes Here"; myNewButton.id = "SomeID"; myNewButton.onclick = yourOnClickEventHandler; someParentElement.appendChild(myNewButton);}
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site