PDA

View Full Version : Forum Submit Help


russj
09-26-2004, 07:41 PM
Hello,

I am very new to ASP script and am looking for some help in creating a form the gets some of it information from an Access database. I am building a website for a company that wants to run conference that you can sign up for on the internet. What they want is a form that can be e-mailed to one of its employees and then processed at the office, well here is where I get stuck.



There is going to be among other form fields for the Name, Company, Company address…(so one) and a field for the name of the conference and the data, time and location of the conference. What we want to have happen is a drop down form menu that you can select the conference from and via that selection the data, time and location field will be filled out for you. Can any one help me with this?? Like I said I VERY new to ASP and am looking for a good tutorial and or script that I can look at. This would be such a big help!

Thanks
Russ
the_cat_100@hotmail.com

BuddhaMan
09-26-2004, 09:16 PM
If you're new, learn ASP.NET and skip ASP (unless the company doesn't install ASP.NET on the webserver).

There are literally a ton of tutorials on the 'net found thru Google to get you started.

russj
09-26-2004, 10:39 PM
really long story but yeah they will not put ASP.NET on the server... any idea's people ??

Roy Sinclair
09-27-2004, 09:18 PM
You might be able to get ASP to write out the tables needed for a Double Combo Box javascript on the client. IT really depends on how much data will result, if it's a huge amount of data then the pages will take too long to load.