home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / Javascript / Back_FwdButtonswFrame.xml < prev    next >
Encoding:
Text File  |  2005-02-16  |  929 b   |  31 lines

  1. <ccResource>
  2.   <ccTitle>
  3. Back_Fwd Buttons w/Frame
  4.   </ccTitle>
  5.   <ccCategory>
  6. Browser
  7.   </ccCategory>
  8.   <ccDescription>
  9. Start of Back/Forward Buttons with Frames Script, Same as Back/Forward Script, but works with FRAMES
  10.   </ccDescription>
  11.   <ccInstructions>
  12. Instructions: Just put this script anywhere on your web page and you will give your visitor 2 Back and Forward Navigation buttons. Designed for web sites that have multiple web pages.
  13.   </ccInstructions>
  14.   <ccHeadContent>
  15.   </ccHeadContent>
  16.   <ccBodyContent>
  17. <form>
  18. <INPUT TYPE="button" VALUE="BACK" onClick="parent.FRAME TARGET NAME.history.back()">
  19. <INPUT TYPE="button" VALUE="FORWARD" onClick="parent.FRAME TARGET NAME.history.forward()">
  20. </form>
  21.   </ccBodyContent>
  22.   <ccElementContent>
  23.   
  24.    <ccElementName></ccElementName>
  25.    <ccElementAction></ccElementAction>
  26.    
  27.   </ccElementContent>
  28.   <ccExtraData>
  29.  
  30.   </ccExtraData>
  31. </ccResource>