Pop up windows

hi,

I have an application I’m trying to develop which displays a table and then another table when you click on elements in the first one.

Currently the second table is displayed via an AJAX call (it’s the first time I’d used AJAX, I’m no expert) based on the text of the first table. It displays between some div tags elsewhere on the page.

This doesn’t look right so I’m thinking the table should appear in its own mini-window on top of the first one.

I see lots of browsers don’t enable pop-up windows, so what would be the best practice way to get this second drilldown table (and possibly more) to display in it own window?

Thanks for any pointers