in reply to Re: Dynamic content w/o refresh
in thread Dynamic content w/o refresh
It is also worth to check out the concept of XML Island. Basically data needed for your HTML page comes as a block of XML (within the same HTML file).
Java Script has basic DOM support and that's how you get data from your XML island. In this case, the configuration of those dropdown just comes as data.
|
|---|