Javascript

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

Hi

I've managed to configure a combo box and got the information from this link

http://wsabstract.com/script/cut183.shtml

When I select my first box it brings the one result from the second box
which is what I want. The problem I have is that I also want the
information to be submitted to a database. The first box submits but the
second doesn't.

Any ideas would be great?

Thanks
 
Check your form field names and make sure they match what you are sending to the DB

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi
|
| I've managed to configure a combo box and got the information from this link
|
| http://wsabstract.com/script/cut183.shtml
|
| When I select my first box it brings the one result from the second box
| which is what I want. The problem I have is that I also want the
| information to be submitted to a database. The first box submits but the
| second doesn't.
|
| Any ideas would be great?
|
| Thanks
|
|
|
|
 
thanks but the field code is the same as the one in the database. I thought
maybe it might be because it was only 2 letters so made the field longer but
that didn't work either.

http://wsabstract.com/script/cut183.shtml

I've changed the script slightly from the link above in that the boxes do
not go to a link. I just wanted the person to select the first box which
would bring up a code in the second box and then when they have filled in
tbe rest of the form it is submitted to a database.

Hopeful that someone can help

Cheers
Shona
 
Back
Top