Can't reload main frame

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

    Can't reload main frame

    Ok, I give up. I've spent hours on this one, and am totally baffled.

    In the "header frame":
    function addWatchedSubje ct(msgNumber)
    {
    var msgNumber;
  • kaeli

    #2
    Re: Can't reload main frame

    In article <j2l231tele0083 c2o9eqt0ored50b r2jn6@4ax.com>, no@adr.com
    enlightened us with...
    [color=blue]
    > The problem is that when I click on the image in the "main" frame page, the "header" frame function
    > doesn't seem to be loading the "main" frame. It's as though the browser still knows the <img> tag
    > still has overriding control.
    >
    > Any ideas?[/color]

    When script errors occur, it often looks like this (execution just stops).
    Have you turned on script error notification (MSIE) or checked the javascript
    console (firefox/NN)?

    --
    --
    ~kaeli~
    Bakers trade bread recipes on a knead-to-know basis.



    Comment

    • Don

      #3
      Re: Can't reload main frame

      On Fri, 11 Mar 2005 10:39:28 -0600, kaeli <tiny_one@NOSPA M.comcast.net> wrote:
      [color=blue]
      >In article <j2l231tele0083 c2o9eqt0ored50b r2jn6@4ax.com>, no@adr.com
      >enlightened us with...
      >[color=green]
      >> The problem is that when I click on the image in the "main" frame page, the "header" frame function
      >> doesn't seem to be loading the "main" frame. It's as though the browser still knows the <img> tag
      >> still has overriding control.
      >>
      >> Any ideas?[/color]
      >
      >When script errors occur, it often looks like this (execution just stops).
      >Have you turned on script error notification (MSIE) or checked the javascript
      >console (firefox/NN)?
      >
      >--[/color]
      Well, you hit it on the head. I had a stupid error in a "while" loop that never exited. Boy, this
      has been a tough one to find. Thanks for your help.

      Regards,
      Don

      ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
      http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
      ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

      Comment

      Working...