PHP.. if someone checks a check box how would i make it echo out something, str8...

shaunmeloy

New member
...after they have checked it? I don't want it to go to a process page or anything i want it to do it right there right now sort of thing :) thanks
 
Within the input tag, us the OnClick method. In that message, use the JS alert. OnClick(javaScript:Alert('Hello World');)
 
Back
Top