Is it possible to create forms without using ASP?

S

SGT Buckeye

I want to create a password protected web page that will allow my
employees to view their bonus earned. These bonus amounts will be in
an Access database. I want to start by having each person set up a
Username and Password which will be inserted into the database. Once
they have entered this information, I will add the bonus amounts
manually. Also, I want to set it up so they can pull the info from the

database using a form. Obviously, I will need to incorporate some kind

of filter to make sure that one person can not view another person's
pay. Here's the rub...my company has two servers: one that supports
ASP and one that does not. The server that my team's web site will be
on does not support ASP pages. Is there a work around that will allow
me to do this
without using ASP pages? Can anyone suggest how I begin this project?
I appreciate the assistance.
 
M

Mark Fitzpatrick

You'll have to find some server-side solution, either similar to ASP or as
an add-on to your web server itself. You really need to have some sort of
server side scripting or programming platform to handle the dynamic
data-driven interactions. The other server may have something comparable to
ASP available.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
M

MD Websunlimited

Hi,

The first question is what type of server is it that it does not support ASP? I would assume Unix or Linux either of which will
support Perl or PHP and a MySQL database.

The rub is that they will not support the DRW / DIW of FP.
 

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