doa24uk Posted October 25, 2006 Share Posted October 25, 2006 Hi all,Ok heres the code -->[code]echo '<center>*New* - Click here to watch <a href="http://www.lazyrecords.co.uk/webtv.html" onclick="window.open('http://www.lazyrecords.co.uk/webtv.html','Radio','height=400,width=380'); return false;"><b>LazyTV Now!</b></a><br><br></center>';[/code]Obviously the single quotes are getting parsed wrong and its throwing errors. I've tried esaping them with \ but it still won't work.Is there anyway to do this??Thanks in advance for the help!Adam Link to comment Share on other sites More sharing options...
doa24uk Posted October 25, 2006 Author Share Posted October 25, 2006 Solved - locked Link to comment Share on other sites More sharing options...
fenway Posted October 26, 2006 Share Posted October 26, 2006 FYI, this would be much simpler if you simply stored the "inside" in a separate variable. Link to comment Share on other sites More sharing options...
Recommended Posts