From within a window I want to be able to open another window from in one window but keep the opener as the window on top. All JavaScript must be from the opener window.
Any ideas?
Printable View
From within a window I want to be able to open another window from in one window but keep the opener as the window on top. All JavaScript must be from the opener window.
Any ideas?
popunders yuck!
Code:function Pop_Pop_PopMusic(){
win2=window.open(etc..)
win2.blur()
window.focus()
}
All pops are yuck!
Popup blockers rule!
:D