Hey... I am a total newbie and Im looking for some quick help. I am trying to create a pop_up for when someone click a link to leave our site. Here is my current code:
function pop_up(){
win = window.open("exit.htm", "", "height=150,width=300", hotkeys="no");
}
The problem is that the message window opens under the window for the link which is also opening in a new window. I want the message window to open and come to the top. Is this possible.
function pop_up(){
win = window.open("exit.htm", "", "height=150,width=300", hotkeys="no");
}
The problem is that the message window opens under the window for the link which is also opening in a new window. I want the message window to open and come to the top. Is this possible.















