|
|
|
|
![]() ![]() |
Mar 1 2006, 01:50 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 407 Joined: 13-December 04 Member No.: 2,696 |
Hi all am making a website for a car selling company as part of our university project and just wondering if anyone can point me in the right diection. I must make a website which holds details about the cars in a database and i have got to make a search area very much like the one on www.autotrader.co.uk but i dont have a clue how too do one and and must learn on how to do it, it does not have to be as good as the autotrader one but it must but able to help the customers pick the make and model of he car they are looking for e.g. make:fiat modelunto etc. if anyone know of a page where i could learn on how to make search areas please let me know.
(ps. i am using dreamweaver 8 and coldfusion mx 7) |
|
|
|
Mar 1 2006, 02:32 PM
Post
#2
|
|
|
Trap Grand Marshal Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,205 Joined: 25-March 05 Member No.: 4,883 |
You can try searching through the database with just SQL statements. Search within the column of the database where the given parameters are found.
Something like CODE SELECT * FROM Persons WHERE FirstName='Tove' |
|
|
|
Mar 1 2006, 02:38 PM
Post
#3
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 275 Joined: 17-February 06 From: Wellesley, MA Member No.: 18,774 |
Try adding the google search engine to your webpage.
CODE <!-- SiteSearch Google --> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google"></A> </td> <td> <INPUT TYPE=text name=q size=31 maxlength=255 value=""> <INPUT type=submit name=btnG VALUE="Google Search"> <font size=-1> <input type=hidden name=domains value="YOUR DOMAIN NAME"><br> <input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="YOUR DOMAIN NAME" checked> YOUR DOMAIN NAME <br> </font> </td></tr></TABLE> </FORM> <!-- SiteSearch Google --> Or you can look here http://web-building.7gen.com/services/google-search.html And here http://www.google.com/services/websearch.html |
|
|
|
Mar 1 2006, 07:40 PM
Post
#4
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,882 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
Google searches can be added to your site as per this Topic: http://www.trap17.com/forums/index.php?act...33&t=26996&st=0 and there is a previous Tutorial written about searching your own database for information, too. Look in the Tutorial Section, or use the Search Feature at the top of this page. Specify "+search +database" (no quotes) as the search criteria within the Tutorial sub-forum and you should find it.
Try this : http://www.trap17.com/forums/index.php?sho...29entry220429 |
|
|
|
Mar 13 2006, 08:41 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 13-March 06 Member No.: 19,982 |
Hi all am making a website for a car selling company as part of our university project and just wondering if anyone can point me in the right diection. I must make a website which holds details about the cars in a database and i have got to make a search area very much like the one on www.autotrader.co.uk but i dont have a clue how too do one and and must learn on how to do it, it does not have to be as good as the autotrader one but it must but able to help the customers pick the make and model of he car they are looking for e.g. make:fiat modelunto etc. if anyone know of a page where i could learn on how to make search areas please let me know. (ps. i am using dreamweaver 8 and coldfusion mx 7) The 'saerch engine' on www.autotrader.co.uk is a very simple form. Each of the options in those search lists are each an are pointing to a different area within their website. Actually, they Basic 101 dropdown forms. Check your help file on Dreamweaver and it will give the info to create the forms you need. And in your free time check out my 21st Century Retro Mall at http://www.lovemyskincare.com/21stcenturyretromall/index.php |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 26th July 2008 - 03:11 PM |