home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / Webstrijd / CoffeeHTML / CoffeeHTML95.exe / %MAINDIR% / Snippets / View Source.snp < prev   
Encoding:
Text File  |  2003-05-27  |  523 b   |  17 lines

  1.  
  2.  
  3. <!--   DESCRIPTION:  This will create a button on your webpage
  4. that will allow the user to view your HTML code.  
  5.  
  6.     INSTRUCTIONS:  Place this script in anywhere on your page
  7. you want the button to show up.  
  8.  
  9.     FUNCTIONALITY: Works in Netscape only.  The button will 
  10. show up in IE but will not do anything when clicked.
  11.  
  12. //Modified by CoffeeCup Software (www.coffeecup.com)
  13. -->
  14.  
  15. <CENTER><FORM><INPUT TYPE="BUTTON" VALUE="View Source" 
  16. onClick= 'window.location = "view-source:" + window.location.href' 
  17. </FORM></CENTER>