How do I pop up an alert in Javascript?
I tried alert\"HELLO\" but that didn\'t work.
alert\"HELLO\"
Can someone tell me the correct syntax?
Oh by the
Here is the JavaScript function which has an alert box. This function is called by clicking on the submit button.