Help with FP and ASP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I started a simple project with a client because I am very rusty with my web skills. Now the requirements include protected logon to the website. I have some simple ASP code for a login, but I can remember how to invoke ASP code from my index.htm... Any help for this simple developer? Maybe there is a good book I can get on Frontpage and ASP? THX.
 
Invoke via the forms environment. FP2003 runs ASP on the forms. For an example of what the ASP code will look like, create a "database results" entry on a regular page. You will be prompted to save as .asp. Look at the code and I think you will recognize how to move forward.
 
Thanks Rick. That fixed her up real good.

Rick said:
Invoke via the forms environment. FP2003 runs ASP on the forms. For an
example of what the ASP code will look like, create a "database results"
entry on a regular page. You will be prompted to save as .asp. Look at the
code and I think you will recognize how to move forward.
 

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

Back
Top