ASP help
|
i've searched everywhere but i cant quite find what im looking for i hope some1 here can help me cuz i cant post this in any other forum since im at work (dont know why but the browser doesnt block gendou.com :D) ok so im making two forms, one that contains mostly comboboxes and loads all its contents from different tables in an SQL db and when the user submits it send the information to an independant table. Another form that also contains mostly comboboxes (and some comboboxes are the same as the first form, only like 2) is supposed to have an "optional" combobox that when the user selects an option, all the comboboxes that are the same as the first form automatically select the same option as they chose on the first form. this is used to save time, i really dont get it since it's only 2 comboboxes but my tutor sais it has to be that way so... Anyway i know it's made with the "onchange event" on the optional combobox and that it could be done with a javascript but problem is i dont know js. Also the way this works is that the user is given an Event ID on the first form so when they go to the second form they just select the event id on the optional combobox and the combos are filled. So i hope some1 can point me the right way here, thanks in advance :) |
Re: ASP help
Link |
by
on 2005-08-19 07:03:26
|
*choke gag* dont use ASP! Use MySQL/PHP! |
Re: ASP help
|
lol i cant, here (in this company) we use asp, i know php is better but they decided to use asp :P, i also dont know php even thought its similar. but now that i realize this is more of a javascript question than asp xD |