I want to integrate the application into my website
This option allows you to integrate the search forms and the search results directly into pages of your existing website. Please talk to your website designer if you can't edit or modify the pages of your website.
This is not difficult and involves just pasting a single line HTML snippet into your website for each of the search forms or search results.
Basic car search
- This is the HTML snippet for the basic search form:
When the above form is submitted, the browser redirects to a page called 'asd_basicsearch.htm'. You can place the following HTML snippet on your own web page to see the corresponding results section, but the page has to have the above name and be in the same folder as the page with the search form:
Advanced car search
- This is the HTML snippet if you want to offer the more advanced search form on your website:
This form redirects to a page called 'asd_advancedsearch.htm' and this is the corresponding snippet for the results of that search:
Simple list of all cars
- If you don't want to provide search facilities, but just want a list of all your cars to be displayed, paste this snippet on any page of your website:
View details
- When a visitor clicks the 'more details' link they are redirected to a page called 'asd_results.htm' where the following HTML should be included to view the full details:
Email
- When the visitor clicks the link to enquire about a car, they are redirected to a page called 'asd_emailenquiry.htm'. Paste the following HTML snippet on a page with that name:
After your visitor has submitted their enquiry, they will be redirected to a thank-you page called 'asd_emailenquirythanks.htm' (again in the same folder as the page they have just come from). You can then direct back to your search pages or any other interesting parts of your website.
Your Administrator Website:
The administrator pages are where you can upload more vehicle details and photographs, delete vehicles from your database and perform other functions. This is the Web Address of the password protected administrator pages:
The administrator pages are password and username protected in order to ensure that only the people you want to can modify your vehicle database.
Your
username
is the email address you signed-up with to use this application.
Your
password
is the same as the one you signed-up with to use this application.
For security, you can, and should, change your password regularly. See changing your password for more details.
There are full instructions on the administrator pages that will tell you how to use the application.
Back to introduction index