drobertse
09-24-2003, 08:50 PM
I am farily new at java scripting. I would like to have a form on submit email me the contents and then direct the user to another page.
I can get them to work but not both of them. Can some one help me?
A1ien51
09-25-2003, 01:47 AM
hints for you to getting things answered here....
have a better subject,,,,help!! ---um,,,,,help you are stuck in a hole and can not get out??
second post code so we can see what you are trying to do..
It will help you get answers...
If you have already that server-side application that sends data to an e-mail (php, pearl, C++ etc) and you know how to handle that CGI, the easier way is to include the open-new-page command right into that CGI.
drobertse
09-25-2003, 05:50 PM
Never mind.. I figured it out. :)