faqts : Computers : Programming : Languages : JavaScript : Forms : SELECT

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 37 people (27%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

How can I get the country-state-region selection..... the data should be picked from database.. help

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