Stefan
Wed Mar 29 08:28:26 CST 2006
You would process the form on a .asp page w/ a form action pointing to your ASP processing page
That page could
- write your data to your DB
- use CDONTS or CDOSYS (whatever you host supports) to send you the email
See
http://www.w3schools.com/asp/asp_inputforms.asp
and
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=46
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
"Arne Beruldsen" <ArneBeruldsen@discussions.microsoft.com> wrote in message
news:CACFD3D2-1D74-444F-BEEF-3B8E48A0E2ED@microsoft.com...
| Thanks to the suggestions on this forum...I've been able to transfer data
| from my VB app to an ASP page (FP 2003). I used the QueryString to enter the
| data on my form (name, company etc). So far so good. Now all I need is for
| the customer to hit a submit button to return the data to me. This is where
| I'm stuck. The FP form doesn't work on an ASP page.
|
| Should I find comparable code so I can use HTML or is there a simple way on
| ASP to return the data to me.
|
| Thanks