Forum : java
Brief description  about Online courses   join in Online courses
View ganesh  pradhan 's Profile

java

I want get green color along with alert messege but its not coming where i did mistake any body sought out this issued


<INPUT TYPE="button" VALUE="shrestha" onClick="document.bgColor='Green'alert("Hi")" >
Asked by ganesh pradhan | Aug 12, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
<INPUT TYPE="button" VALUE="shrestha" onClick="document.bgColor='Green'; alert('Hi');" >

try this and check...
Aug 12, 2010