Can guestbook results be displayed in an .asp page?

L

Lee Steele

I have set up a web site for my high school class. I have restricted access
to personal information on the site to those persons who have a logon ID and
password for the site. I would like to set up a guestbook but also want to
password protect the results page.. The default page for the FP 2003
guestbook is guestlog.htm. Will it work if I change it to .asp and include
the logon code "
<% @language="vbscript" %>
<!--#include virtual="/classsite/_private/logon.inc"-->
on the page.

Thanks for your help.

Lee Steele
 
S

Stefan B Rusynko

No
The FP webbots (including the guestbook) must be on .htm pages

--




|I have set up a web site for my high school class. I have restricted access
| to personal information on the site to those persons who have a logon ID and
| password for the site. I would like to set up a guestbook but also want to
| password protect the results page.. The default page for the FP 2003
| guestbook is guestlog.htm. Will it work if I change it to .asp and include
| the logon code "
| <% @language="vbscript" %>
| <!--#include virtual="/classsite/_private/logon.inc"-->
| on the page.
|
| Thanks for your help.
|
| Lee Steele
|
 
L

Lee Steele

Thank you Stephan. That's what I thought as I could not get the Guestbook
to work in .asp

Lee Steele
 

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