Hey,
I want to echo this javascript:
function Artisttemple(){ var popurl="content/Artist-temple.php" winpops=window.open(popurl,"","width=400,height=580,") }
but how do you do it without getting errors about the characters?
echo 'function Artisttemple(){ var popurl="content/Artist-temple.php" winpops=window.open(popurl,"","width=400,height=580,") }';
cheers for that... its always the simple things with me, dam double quotes..