![]() |
|
|
+ Search |
![]()
|
Dec 21st, 2002 22:37
Jean-Bernard Valentaten, Saravana Kumar,
Using JavaScript I'm afraid you won't be able to get anything from the database. You'll need to use some serverside script (ASP, PHP, CGI and the likes) to build the website dynamically (and thus fill up the option-tags of the select-field). Even if the db were clientside, JavaScript cannot access any file etc. HTH, Jean