Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Print button


Message #1 by "Natividad Castro" <natocastro@h...> on Fri, 16 Nov 2001 19:45:50 -0500
--part1_135.5013f88.292d8116_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

if i think i know what you mean 
you want a print button try this

<button onClick="window.print();" >print</button>
it stays when you click on it


  Return to Index