Close Window problem

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

    Close Window problem

    I was wonder if anyone out there could shed some light on a problem I am
    having. I'm having trouble getting a javascript "window.close() " method
    to work when running over a shared SSL connection. Additionally, my
    "history.back() " function is exhibiting the same behavior. Everything
    works fine when I am not running over the shared SSL. These scripts are
    sourced in. I have tried different incantation of both the "close
    window" and the "back button" functions ( close(), self.close(),
    this.window.clo se(), history.go(-1), etc) to no avail. Any ideas or
    suggestion would be greatly appreciated.

  • kaeli

    #2
    Re: Close Window problem

    In article <5HOVb.5180$ob. 1096327@twister .southeast.rr.c om>,
    rigsbee@mbr-consultants.com enlightened us with...[color=blue]
    > I was wonder if anyone out there could shed some light on a problem I am
    > having. I'm having trouble getting a javascript "window.close() " method
    > to work when running over a shared SSL connection. Additionally, my
    > "history.back() " function is exhibiting the same behavior. Everything
    > works fine when I am not running over the shared SSL. These scripts are
    > sourced in. I have tried different incantation of both the "close
    > window" and the "back button" functions ( close(), self.close(),
    > this.window.clo se(), history.go(-1), etc) to no avail. Any ideas or
    > suggestion would be greatly appreciated.
    >
    >[/color]

    It sure would help to know what error you were getting.
    "Having trouble" isn't very descriptive. "Same behavior" as what? You
    didn't say what the behavior was, other than that you're having trouble.

    A test script and/or a URL to demonstrate the problem is ideal.

    --
    --
    ~kaeli~
    Once you've seen one shopping center, you've seen a mall.



    Comment

    Working...