How do i link front page to VB?

M

M K

I have created a web site using FrontPage 2002. I want to add programming
ability to it (i.e. text box with buttons where user can input something
then save it to a file on the web site then i can retrieve it later using
code as well). I know some VB but not sure how to link the 2 together.

Any help is greatly appreciated.

Mark
 
T

Thomas A. Rowe

You will need to learn ASP (VBScript) / ASP.Net. Take a look at FP Database components.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
M

M K

Ok thanks I was actually looking for a line of code or 2 that would do that.
Why are programmers so vague? I am a programmer and I always give details
when I try to help someone. Can you please provide a starting point for me
with some code and where to place it?

Thanks.
 
T

Thomas A. Rowe

If you look at using the FP Database components, it will write the code for you. You can start by
creating a input form, then selecting send to database under the Form Properties.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

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