Author Topic: Selected Image  (Read 3125 times)

0 Members and 1 Guest are viewing this topic.

Offline matthew

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://www.seclusion.org
Selected Image
« on: June 01, 2003, 05:53:21 AM »
I'm trying to modify the jpg.html file. Currently it has:

Code: [Select]

<img src="{media_src}" border="1" alt="{image_name}"{width_height} /><br />


What I'm trying to do, is get the above into the IMAGE LINK below

Code: [Select]

<applet code>
         <param name="IMAGE" value="IMAGE LINK">
</applet>


Its easy enough to put a url in it, but I would like it to be like the orignal code, where the link is done automatically based on what the user clicks on.

Any ideas?

Offline matthew

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://www.seclusion.org
Selected Image
« Reply #1 on: June 05, 2003, 04:08:24 AM »
In the event others are trying to do same thing, heres how its done:

Code: [Select]

<param name="IMAGE" value="{media_src}">


Pretty easy, but for some reason couldn't get it to work before.