Results 1 to 4 of 4

Thread: Dynamically adding images?

  1. #1
    Join Date
    May 2007
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Dynamically adding images?

    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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    May 2007
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fairly simple

    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.

  4. #4
    Join Date
    May 2007
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default also...

    ...the mouseover will call a javascript

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •