Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Re: Print button


Message #1 by "Ajay Sharma" <ajaysh@r...> on Tue, 9 Jul 2002 12:43:59
Try this out after saving the image files as shown.
I have used this concept only in my code.

===========================================
<html>
<body onclick='document.VVV.src="p.bmp"'>
This is Grreat Print
<form name=frm>
<img src="p.bmp"  name="VVV" onclick='document.VVV.src="b.bmp";window.print
();'>
</form>
</body>
</html>
==================================================

> Hi to all,
> I'm trying to hide the Print button from being print when the page is 
> printed, but without hiding from the user.
> 
> Any ideas??
> Any help will greatly appreciated
> 
> Thanks in advanced
> Nato
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at 
http://explorer.msn.com/intl.asp
> 

  Return to Index