I will have to try this, but inserting a JavaScript function in the page
that sets Window focus is an option if nothing else works. I will look at
passing params in the window.open and see what happens. Not sure why you
need the '' in the querystring. Perhaps that causes the issue.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************** ********************
Think Outside the Box!
************************************************** ********************
"mg" <mg@theworld.com> wrote in message
news:03****************************@phx.gbl...
window.open("xxxx.aspx",'') opens xxxx.asp on top
But, window.open("xxxx.aspx?
param1='abc'¶m2='xyz'",'','toolbar=no') opens
xxxx.aspx behind
How can I open xxxx.aspx on top when I include parameters?