View Full Version : Dynamically adding images?
mattgb1
05-20-2007, 02:20 AM
I have to populate a panel on a web page with a series of images, usually between 5-15 images per instance, but I need to load them dynamically. Is there a sort of Panel.Images.Add function or some other way to do this?
By the way, I 'm using a panel because I can't find a way to stabilize the cell sizes in an HTML table. Aaagh
Please help :o
jscheuer1
05-20-2007, 04:28 AM
Not in HTML per se. Except perhaps via targeted iframe(s) or frames. There are other alternatives, depending upon what you mean by dynamically.
What exactly do you want to have happen?
Some possible ways are css, PHP, javascript, etc. A combination of these and/or other methods may be used. PHP is not available on all hosts. Other methods have their pluses and minuses
mattgb1
05-20-2007, 09:56 AM
What I need to do is populate the panel with thumbnail images, each of which will have a unique onmouseover event response according to its picture.
mattgb1
05-20-2007, 09:58 AM
...the mouseover will call a javascript
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.