Assignment 9: A Possible Answer

This:

<FORM METHOD="post" ACTION="mailto:jburns@htmlgoodies.com">
<INPUT TYPE="text" WIDTH="30">
<P>
<INPUT TYPE="submit" VALUE="Send" onClick="history.go(-1)">
</FORM>

     The JavaScript that moved the user back one page is the same as was shown in the lesson. It was just put inside the SUBMIT button of an HTML form. It's simple, but it's a very nice effect.

 

Gives you this:

     Write your name in the text box and click to send it.

 

 

Did You Get It?

 

Back to the Index Page