Here is the scenerio. I use the default Macromedia java script to open a New window when the user clicks a reference, which there may be many of.
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
if the user opens another window but then clicks back on the first reference and the window is still open I want it to pop back on top. I know this is a simple question utilizing .focus() but I am a newbie to all this and could use the help.
Thanks in advance!
Life's a journey enjoy the ride...
jazzz
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
if the user opens another window but then clicks back on the first reference and the window is still open I want it to pop back on top. I know this is a simple question utilizing .focus() but I am a newbie to all this and could use the help.
Thanks in advance!
Life's a journey enjoy the ride...
jazzz