T
tom
Hi all,
The following code is a line in an XSL page, it shows a small image and when
you click on it, an new page opens showing a bigger version of the image.
<a href="{translate(imagelarge,' ','_')}" target="_blank" title="{id}"><img
src="{translate(imagesmall,' ','_')}" alt="click to enlarge"
border="1"/></a>
How can I change the properties of the new page that opens. I want to open a
page thats 400x400 and doesn't show the menu or navigation bars.
Does any one know were I can find any info on this.
The following code is a line in an XSL page, it shows a small image and when
you click on it, an new page opens showing a bigger version of the image.
<a href="{translate(imagelarge,' ','_')}" target="_blank" title="{id}"><img
src="{translate(imagesmall,' ','_')}" alt="click to enlarge"
border="1"/></a>
How can I change the properties of the new page that opens. I want to open a
page thats 400x400 and doesn't show the menu or navigation bars.
Does any one know were I can find any info on this.