X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Need help with creating a popup window (https://forum.x-cart.com/showthread.php?t=30090)

weblandhost 03-29-2007 06:07 AM

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.

balinor 03-29-2007 06:15 AM

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>

weblandhost 03-29-2007 06:51 AM

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.