View Single Post

  #2 (permalink)  
Old 08-17-2005, 12:25 PM
Hacc Hacc is offline
Junior Member
 
Join Date: Jul 2005
Posts: 10
Send a message via Yahoo to Hacc
Default Re: SVG print functionality

Hi
Why don't you just use javascript?
function doPrint(){
window.print();
}

Quote:
Originally Posted by prabhahar_madhan
Hi,

Is there a function in svg to take printout? (sending svg to printer)
Pls let me know how do we take printout of svg.

<html>
<head>
<title>KLLRTXXA</title>
<LINK REL=STYLESHEET HREF="fttpcp.css" TYPE="text/css">
</head>
<BODY>
<EMBED src="level22.svg" name="map" height="1040" width="825" type="image/svg-xml">
</BODY>
</html>

I need to take printout of level22.svg
__________________
rogramming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. (Rich Cook)
Reply With Quote