From: Ugo on
[cut]
> So, the user selected the date ($pdate) from the combobox, it is used
> to query the database, and the DIV is refreshed. I know this can be
> done, but it is just a matter of finding the code or something
> similar......

listen me, there are 3 way:
- or you preload all the contents, hide them and show at the event
- or you make a HTTP request to server (with "ajax")
- or you replace the DIV with a IFRAME

I don't understand other ways...