in reply to Re^4: Using drop down boxes in a CGI script
in thread Using drop down boxes in a CGI script
$html .= start_form I don't think this belongs here. You don't want to start a new form inside another form (the one created with add_record and build_record_page).
If it still doesn't work, check out the html your code generates. Either with a browser (every browser has a function to show you the html) or something like this:
Then you can analyze the html to see what is wrong or missing or too much.open(BUG,'>>/tmp/testoutput'); print BUG $html close(BUG);
Sorry, I didn't read your code from beginning to end. So I don't have the least idea what parse does or should do. It probably is easier if you tell me (or start a new thread if that question is independent of your dropdown menue question).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Using drop down boxes in a CGI script
by wishartz (Beadle) on Jul 30, 2008 at 17:14 UTC |