Which tag should i use?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
shivam0101
Forum Contributor
Posts: 197
Joined: Sat Jun 09, 2007 12:09 am

Which tag should i use?

Post by shivam0101 »

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
Last edited by shivam0101 on Fri Jun 22, 2007 9:11 pm, edited 1 time in total.
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post by JellyFish »

How about a div?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: Which tag should i use?

Post by superdezign »

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
Is the listing the table that's "expanding," or is that entire site?
And why load from an external file? Why not do it through the database?
Post Reply