Frame counting script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Woekaah

    Frame counting script

    Hi, is there anybody who knows a script that loads the index.html frameset
    when a separate page from that frameset is loaded?

    I did have it yesterday but deleted it because it wasn't configured right
    and loaded the frameset time after time.

    Regards, John


  • Dennis M. Marks

    #2
    Re: Frame counting script

    In article <de81c$4043a1ee $52d93460$31582 @news.multikabe l.nl>, Woekaah
    <woekaah@hotmai l.com> wrote:
    [color=blue]
    > Hi, is there anybody who knows a script that loads the index.html frameset
    > when a separate page from that frameset is loaded?
    >
    > I did have it yesterday but deleted it because it wasn't configured right
    > and loaded the frameset time after time.
    >
    > Regards, John
    >
    >[/color]
    <script language="javas cript" type="text/javascript">
    <!--
    if (top.location == self.location) {
    top.location.hr ef = "index.html ";
    }
    //-->
    </script>

    --
    Dennis M. Marks

    Replace domain.invalid with dcsi.net


    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    -----== Over 100,000 Newsgroups - 19 Different Servers! =-----

    Comment

    • Greg Griffiths

      #3
      Re: Frame counting script

      Try something like :
      Javacsript tutorial on how to ensure that a page is loaded with the correct frameset around it in a website using Frames if the page is called directly


      Woekaah wrote:
      [color=blue]
      > Hi, is there anybody who knows a script that loads the index.html frameset
      > when a separate page from that frameset is loaded?
      >
      > I did have it yesterday but deleted it because it wasn't configured right
      > and loaded the frameset time after time.
      >
      > Regards, John[/color]

      Comment

      Working...