Hi Everyone,
I have a popup window that opens when clicking a link. The pop up window asks a question and supplies two buttons, Yes and No. The buttons are images and when the user clicks the button, they will either be linked to another page via the Yes button or they will stay on the same page if they click the No button.
The popup window is supposed to close once the Yes or No button is clicked, and it does, however, it ignores the link that is attached to the Yes button.
I am using Dreamweaver to create the code for the popup window:[code=html]
<a href="javascrip t:void(0)" class="link2" onClick="MM_ope nBrWindow('pop_ EBM.htm','','wi dth=345,height= 160')">Enrollme nt Billing Manual - Independent Practitioners</a>[/code]
Then I have this code attached to the Yes button:[code=html]
<td height="40"><di v align="right">< a href="ebm/Practitioners_M anual.pdf" target="_blank" onclick="window .close()"><img src="../images/btn_yes.gif" alt="Yes" width="50" height="20" border="0"></a></div></td>[/code]
Any suggestions on how I can get this to work?
Thanks alot for any help you can offer!
Amy
I have a popup window that opens when clicking a link. The pop up window asks a question and supplies two buttons, Yes and No. The buttons are images and when the user clicks the button, they will either be linked to another page via the Yes button or they will stay on the same page if they click the No button.
The popup window is supposed to close once the Yes or No button is clicked, and it does, however, it ignores the link that is attached to the Yes button.
I am using Dreamweaver to create the code for the popup window:[code=html]
<a href="javascrip t:void(0)" class="link2" onClick="MM_ope nBrWindow('pop_ EBM.htm','','wi dth=345,height= 160')">Enrollme nt Billing Manual - Independent Practitioners</a>[/code]
Then I have this code attached to the Yes button:[code=html]
<td height="40"><di v align="right">< a href="ebm/Practitioners_M anual.pdf" target="_blank" onclick="window .close()"><img src="../images/btn_yes.gif" alt="Yes" width="50" height="20" border="0"></a></div></td>[/code]
Any suggestions on how I can get this to work?
Thanks alot for any help you can offer!
Amy
Comment