ASP To HTML

A

Arne Beruldsen

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
 
S

Stefan B Rusynko

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
_____________________________________________


| 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top