("top" anchor)

Left side for Frame Anchors Example

(Make sure your browser window isn't too big if you are on a system with more than 1024x786 pixels to ensure that this page needs to scroll.)

Click on the links in the left margin to see how it makes this frame scroll. Use your browser "Back" button or the "[When to use frames writeup]" link to return to the technique.

What follows is a numbered list to make this page long.

  1. A
  2. B
  3. C
  4. D
  5. E
  6. F
  7. G
  8. H
  9. I
  10. J
  11. A
  12. B
  13. C
  14. D
  15. E
  16. F
  17. G
  18. H
  19. I
  20. J
    ("down some" anchor):
    The anchor uses the HTML code:

    <A NAME="downsome">("down some" anchor)</A>

    The HTML code for the left frame is:
    <HTML> <HEAD> <TITLE>Frame Anchors Example: Left border</TITLE> </HEAD> <BODY bgcolor="#FFFF99" ALINK ="#800200" LINK ="#0000FF" VLINK="#0000FF"> <B>These links scroll the other window:</B> <BR><BR> <A HREF="frameanchorsright.htm#top" TARGET="right">Top</A><BR> <A HREF="frameanchorsright.htm#downsome" TARGET="right">Down some</A><BR> <A HREF="frameanchorsright.htm#downmore" TARGET="right">Down more</A><BR> <A HREF="frameanchorsright.htm#bottom" TARGET="right">Bottom</A><BR><BR> [<A HREF="../techniques/whenframes.htm" TARGET="_top">When to use frames writeup</A>] </BODY> </HTML> The HTML code for the frameset is:
    <HTML> <HEAD> <TITLE>Frame Anchors Example</TITLE> </HEAD> <FRAMESET COLS="200,*"> <FRAME SRC="frameanchorsleft.htm" NAME="left"> <FRAME SRC="frameanchorsright.htm" NAME="right"> <NOFRAMES>Only frame capable browswers can see this page. </NOFRAMES> </FRAMESET> </HTML>
  21. A
  22. B
  23. C
  24. D
  25. E
  26. F
  27. G
  28. H
  29. I
  30. J
  31. A
  32. B
  33. C
  34. D
  35. E
  36. F
  37. G
  38. H
  39. I
  40. J
    ("down more" anchor)
  41. A
  42. B
  43. C
  44. D
  45. E
  46. F
  47. G
  48. H
  49. I
  50. J
  51. A
  52. B
  53. C
  54. D
  55. E
  56. F
  57. G
  58. H
  59. I
  60. J
  61. A
  62. B
  63. C
  64. D
  65. E
  66. F
  67. G
  68. H
  69. I
  70. J
("bottom" anchor)