![]() |
Need help with creating a popup window
I need to create a simple popup window which will show shipping charges to the customer when they click on the link that I put in "txt_cart_header" area. Is there a simple code I can put in the " txt_cart_header " area to do this and if so what is the code? I would like to have it do to a simple html page.
|
Re: Need help with creating a popup window
<a href="#" onClick="window.open('pagename.html','','scrollbar s=yes,resizable=yes,width=500,height=500,menubar=n o,toolbar=no');return false;" target="_blank">link here</a>
|
Re: Need help with creating a popup window
Balinor,
Thanks for the quick answer. It worked perfectly. :-) |
All times are GMT -8. The time now is 02:36 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.