hi


I created a form on my website, on which the users can provide there information.

Now, I want a script either in Java Script or any other script, which will do the following things:

1. When the submit key is pressed, a mail is sent to me at my email add(which is in the background and the user is not aware of it). The user is unknown to any mail sending process that goes on i.e. it must be completely in the background without giving any hint to the user!!

2. Simultaneous to above, the user is taken to a new page in the same window. The URL is also mentioned in the code(done in background)!!

I looked some possibilities such as FormBuddy.com, but I woudnt like to hav that!! Just a code that can be integrated with my HTML code of the form page wud do!!

Also, I wud like the code which works for a greater amount of time. I dont want the ones that will work for 13-14 days with limited form submissions!

thnx