Hello,
I have a site thats full based on PHP... its Zen-Cart.com Zencart Shopping cart... Im tring to add a popup script in the but I have to use this script since i don't know anything else... but it doesn't work because its using ' and not ", can anyone help me with this...
The script i have is the following..
<a href="http://www.test.com" onclick="window.open(this.href, 'popupwindow', 'width=400,height=500,scrollbars,resizable'); return false;">Here it is</a>
But as you can see at the (this.href, ' <= it uses that, i need to have it " since my php picksup ' for php script and mess it up... in php i do the following
<?php echo 'the script here'; ?>
So if i put that ' it picks up as ending and closes it..any help?
Can one1 help me out
Thanks
DNG