Web Page Search Form

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

Guest

I am trying to create a site like the one listed below. The source code helps greatly but can only do so much. Are all the the listings stored in a database? Does one selection create a link to a new page? I will take all the information you can give me. Thanks.
 
What exactly IS "the site listed below?" This is a newsgroup, not a web
page. If you are viewing it in a web page, most of us have no idea what web
page you're viewing it on.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

stmartinez22 said:
I am trying to create a site like the one listed below. The source code
helps greatly but can only do so much. Are all the the listings stored in a
database? Does one selection create a link to a new page? I will take all
the information you can give me. Thanks.
 
That web site is a custom server-side web application written in PHP. You
would have to ask them.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
This is basically an HTML form that collects information
from the visitor and sends it to a Web page that contains
program code that runs on server.

That program code queries a database for records that
match the information from the form, and then formats the
database information as HTML.

On a Microsoft Web server, you would most likely program
this in ASP or ASP.NET. It would definitely be a custom
programming job, and not something built into FrontPage.

Alternatively, I suspect that software of this type is
available off-the-shelf.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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

Similar Threads


Back
Top