M
mg
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?
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?