4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: matthew on June 01, 2003, 05:53:21 AM
-
I'm trying to modify the jpg.html file. Currently it has:
<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
<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?
-
In the event others are trying to do same thing, heres how its done:
<param name="IMAGE" value="{media_src}">
Pretty easy, but for some reason couldn't get it to work before.