PDA

View Full Version : dynamically refreshing table


a_kerbouchard
02-08-2006, 07:17 PM
Does anybody know how I would go about creating a table that will refresh on a page according to selections from multiple drop down boxes. I can make the table, queries, etc.. but I am unsure how to make the table refresh on a new option being chosen from a dropdown box. The only way I can think of at the moment is using an onchange event on the dropdown box and using frames. the table would be in another frame and that page/frame would reload onchange.

raf
02-08-2006, 09:41 PM
not realy a MySQL issue ...

you'll indeed need some javascript (like an onchange on the dropdown) but why would you need frames? just refresh the complete page.
probably the best sollution would be to use an XML data-island but that's IE only...