Results 1 to 9 of 9

Thread: refresh META command across frames?

  1. #1

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935

    refresh META command across frames?

    Is there a way to use the <META> tag with the refresh attribute that refreshes another frame? For example, if I have frame A and frame B, can frame A use a meta refresh tag to refresh frame B?

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    are you trying to refresh a page that isn't yours, or what?
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Code:
    <script language=javascript>
    setTimeout('top.frames(1).location="c.htm"', 250);
    </script>
    Changes the 2nd frame to c.htm in 250 milliseconds after page load

  4. #4

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    I was hoping that there'd be a pure HTML solution, but that works too.

  5. #5
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Glad I could help,

    Is that you in your avatar?

  6. #6

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    Minus the shades, yes.

  7. #7
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    O

    how old are you?

  8. #8

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    17.

  9. #9
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    OK

    I'm 14

    If you hadn't already gathered...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width