smartnavigation popups

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm having a problem with SmartNavigation. When I open up a new (popup)
window using response.redirect on one of my web pages, the new window doesn't
come on top the parent window. It goes behind.

In my application, I like to use both SmartNavigation feature and open
a new Popup window that will be in front of his parent.

thanx in advance
 
Hi Jan:

I've had a lot of trouble with the same thing and also had a problem where
my pages wouldn't redirect sometimes if smartnavigation was on. I was told
the answer was to turn it off and it fixed the problem... I hope there's a
better solution but that's as far as I got with it.

HTH,

Bill
 
I've used javascript
<script type="text/javascript"
setTimeout('displayFocus()',10
function displayFocus(

window.focus(

</script

and after 10 milisec. the child apears in front of the parent window AND smartnavigation is still on and working so let's hope that it stays this way.

anyway thanks for thinking with me
 
Back
Top