
04-21-2004, 05:02 AM
|
 |
WebProWorld Pro
|
|
Join Date: Sep 2003
Location: Scotland
Posts: 108
|
|
Let's get this straight: - In order to be able to run asp pages, your hosting company should provide asp support, otherwise forget it.
- The hosting company doesn't provide asp scripts, you have to write them ( or use asp pages written by someone else on your behalf).
- The asp script is a programming instruction to the server, which generates the html to be sent to the client browser. This usually involves getting data from a database, and constructing the html page layout to display this data. Therefore the ASP script is usually a mixture of asp (modified visual basic) and html.
- If you say your company, which I assume is the travel company, has part of its site as asp, then that is what I meant should be your starting point. You should request the asp for these pages and a copy of the database, so you can see how the site is constructed. Then you can create your forms (in html) and write the necessary asp around it to store or retrieve the data from the forms to the database.
|