Fantastic!! Code works perfectly...
Now if you were so kind, I would appreciate it if you could show me how to do it when the combo is filled with data from a database. The table is simple, it has...
I have a php page that include a ComboBox and a TextBox, I need the TextBox change his value automatically depending on the value selected in the ComboBox.
Yes... but.. I need to do this automatically. The value list "selected" depends on the value of another variable.
eJ: var x = 2 -> list must be positioned in "Afianzado" (automatically)
var x...
Dasher, thanks for help...
I didn't know that format must be YYYY-MM-DD
I have tried to insert record with this type of date and it works perfectly. Thanks you very much. Now, I need to convert...
HI, I work with DW CS6 and MySQL...
I have created a form to insert records in a table... I introduce a date in a textBox and when I insert the record in the database table, the field date appears...
Hi.., I have a listbox that is dynamically loaded from a table of a Database (mysql).
I put a width of 100px to the list but when the list is displayed (drop down) the width don't keep in...
Octobewind Thanks for response. I no need to redo the query, I have a query that loads the recordset, I need to search inside the recordset (table customers) and position in the record found and...
I'm working with PHP, MySql and Dreamweaver, I have defined a recordset that loads data from a "customer" table. The records are displayed (name, code, age,...