GurusGuru
12-27-2003, 07:21 AM
I have a html page with 30 different html links.
ABC abc.htm
DEF def.htm
GHI ghi.htm
......... and so on.
What I want is that as soon as someone clicks on any of the links (eg def.htm) a pop up form appears. The viewer has to fill this form and only after the form has been filled and submitted he is taken to the def.htm page.
Requirement 1 - I get an email containing the data of the form and the page name (def.htm) the person has gone to.
Requirement 2 - The data from the form is stored on the server.
Requirement 3 - I get an email and the data is also stored on the server.
ABC abc.htm
DEF def.htm
GHI ghi.htm
......... and so on.
What I want is that as soon as someone clicks on any of the links (eg def.htm) a pop up form appears. The viewer has to fill this form and only after the form has been filled and submitted he is taken to the def.htm page.
Requirement 1 - I get an email containing the data of the form and the page name (def.htm) the person has gone to.
Requirement 2 - The data from the form is stored on the server.
Requirement 3 - I get an email and the data is also stored on the server.