Hello,
I am listing product names and their counts (existing total numbers). If i click, a products its image and price should be shown. I want these details to appear above the listing. (similar to lightbox) which tag should i use?
I tried, dynamically created iframe, it expands the whole table. Layer tag is not giving support to load external file.
Thanks
Which tag should i use?
Moderator: General Moderators
-
shivam0101
- Forum Contributor
- Posts: 197
- Joined: Sat Jun 09, 2007 12:09 am
Which tag should i use?
Last edited by shivam0101 on Fri Jun 22, 2007 9:11 pm, edited 1 time in total.
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Re: Which tag should i use?
Is the listing the table that's "expanding," or is that entire site?shivam0101 wrote:Hello,
I am listing product names and their counts (existing total numbers). If i click, a products its image and price should be shown. I want these details to appear above the listing. (similar to lightbox) which tag should i use?
I tried, dynamically created iframe, it expands the whole table. Layer tag is not giving support to load external file.
Thanks
And why load from an external file? Why not do it through the database?