<script> var txt=Interrupt. Back to continue alert(txt) </script> |
<script> function reply(){var txt=confirm(Back a page??); if(txt)window.location=URL for redirect </script> |
<script> function ans(){var txt=prompt("Want to go to dinner tonight?"); if(txt)alert("You said "+txt+"!! Sorry. Busy, tonight.")} </script> <form> <input type="button" name="sample" value="Example" onClick="ans()"> </form> |
<script> function mail() {var to=prompt("e-Mail Address: "); if(to)var sbj=prompt("Subject: "); if(sbj)var ask=confirm("Do you want to address this e-mail to "+to+"?"); if(ask)parent.location.href=mailto:'+to+'no_signature=true&subject='+sbj+' ';} <form> <input type="button" name="sample" value="Example" onClick="mail()"> </form> |
<script> window.status="See? Right (left?) at the bottom." </script> |
JS Test-Bed 1 - - JS Test-Bed 2
<< Previous | Next >> |