Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Gorospe] How to print image

Quote Reply
Re: [Gorospe] How to print image In reply to
Hi,

No you don't :)

Call with:

Code:
<a href="page.cgi?p=print_image;ID=<%ID%>">print image</a>

Then the template:

Code:
<html>
<head>
<%Plugins::ULTRAGlobals::Load_Link($ID)%>
<title></title>
<script>
window.print();
</script>
</head>
<body>

<%if ID%>
<img src="<%Plugins::Thumb_Images::get_path($ID,"Cupon","large","Links","url")%>" />
<%endif%>

</body>
</html>


Angelic

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread How to print image Gorospe 7537 Mar 10, 2015, 8:23 AM
Thread Re: [Gorospe] How to print image
Andy 7463 Mar 10, 2015, 9:43 AM
Thread Re: [Andy] How to print image
Gorospe 7448 Mar 10, 2015, 9:50 AM
Thread Re: [Gorospe] How to print image
Andy 7452 Mar 10, 2015, 9:57 AM
Thread Re: [Andy] How to print image
Gorospe 7456 Mar 10, 2015, 10:13 AM
Thread Re: [Gorospe] How to print image
Andy 7451 Mar 10, 2015, 10:18 AM
Thread Re: [Andy] How to print image
Gorospe 7444 Mar 10, 2015, 10:25 AM
Thread Re: [Gorospe] How to print image
Gorospe 7436 Mar 10, 2015, 10:53 AM
Thread Re: [Gorospe] How to print image
Andy 7435 Mar 10, 2015, 11:02 AM
Post HRe: [Andy] How to print image
Gorospe 7435 Mar 10, 2015, 11:20 AM