Log in

View Full Version : can somebody tell me that how to put action in button coding using java script



prateek
06-08-2009, 05:16 AM
sgsfgfgfggggggggg

molendijk
06-08-2009, 02:12 PM
You mean lines like the following?
<button style="cursor:pointer; background: #dedede" onclick="window.open('http://www.google.com');" onmouseover="this.style.background='lightyellow';" onmouseout="this.style.background='#dedede'">button</button>
===
Arie Molendijk.