4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: matthew on June 01, 2003, 05:53:21 AM

Title: Selected Image
Post by: matthew 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?
Title: Selected Image
Post by: matthew 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.