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.
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.
Comment