Hi there,
I have a question. I'm trying to make a javascript link that when click it would go to the original webpage (which it does), however I need the original webpage to be in front of the popup window.
Please it's kind of hard to explain. But if you go to this link and click on "Need a quote or a pump?" on the third column. You will get a popup window. Scroll to the very bottom and click on "Redi-Flo2" the original window will change content but it is not in front of the pop up. I would like for it to be in front but not sure how. Here is the code for the link below.
<a href="javascript:;" onClick="opener.top.location=' and converter</a>
Any advise as to what I need to add to make the original windows be up front?
Thanks in advance.
I have a question. I'm trying to make a javascript link that when click it would go to the original webpage (which it does), however I need the original webpage to be in front of the popup window.
Please it's kind of hard to explain. But if you go to this link and click on "Need a quote or a pump?" on the third column. You will get a popup window. Scroll to the very bottom and click on "Redi-Flo2" the original window will change content but it is not in front of the pop up. I would like for it to be in front but not sure how. Here is the code for the link below.
<a href="javascript:;" onClick="opener.top.location=' and converter</a>
Any advise as to what I need to add to make the original windows be up front?
Thanks in advance.