|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
popup menu for database search (perl)
Iam new to perl and I want to modify the current search function in the script I use. Instead of users just typing in the criteria I want to give them 20 or so options via a dropdown or popup menu. Any suggestions would be greatly appriciated. Thanks in advance! Jasper_z
![]() I pasted the code below: I also attached the whole script as a zipfile print "Content-type: text/html\n\n"; print " <html> <head><title>Search 4 Records [$input{'database'}]</title> </head> <body> <font face='Arial'> <h1><i></i></h1> <form action='dbperlkit_viewrecs.cgi' method='GET'> <table border='0' cellpadding='2' width='600' height='89'> <tr> <td height='59'><font face='Arial Narrow'><font size='6'>Search the database</font><br> Type in search criteria separated by spaces: Hint: Try any of; Toyota Chrysler Chevrolet Nissan etc.</font></td> </tr> <tr> <td height='18'> <p><input type='text' name='nfirst' size='74'></p> <p></td> </tr> </table> <input type='Submit' value='Search'> </form> </font> </font> </body> </html> "; |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > popup menu for database search (perl) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|