Hello
I am working on my first contribution but I don't know PHP very well. this is what I got that works with HTML
Code:
<?php
  $content = '<!-- http://www.LiveZilla.net Chat Button Link Code --><div style="text-align:center;width:128px;"><a href="http://help.nilandsplace.com/livezilla/livezilla.php" target="_blank"><img src="http://help.nilandsplace.com/livezilla/image.php?id=05" width="128" height="42" border="0" alt="LiveZilla Live Help"></a><a href="http://www.livezilla.net"></a><div style="margin-top:2px;"><a href="http://www.livezilla.net" target="_blank" title="LiveZilla Live Help" style="font-size:10px;color:#bfbfbf;text-decoration:none;font-family:verdana,arial,tahoma;">LiveZilla Live Help</a></div></div><!-- http://www.LiveZilla.net Chat Button Link Code -->';
?>
What I want to do is use the JAVA script version
Code:
<!-- http://www.LiveZilla.net Chat Button Link Code --><div style="text-align:center;width:128px;"><a href="javascript:void(window.open('http://help.nilandsplace.com/livezilla/livezilla.php','','width=590,height=550,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="http://help.nilandsplace.com/livezilla/image.php?id=05" width="128" height="42" border="0" alt="LiveZilla Live Help"></a><noscript><div><a href="http://help.nilandsplace.com/livezilla/livezilla.php" target="_blank">Start Live Help Chat</a></div></noscript><div style="margin-top:2px;"><a href="http://www.livezilla.net" target="_blank" title="LiveZilla Live Chat" style="font-size:10px;color:#bfbfbf;text-decoration:none;font-family:verdana,arial,tahoma;">LiveZilla Live Chat</a></div></div><!-- http://www.LiveZilla.net Chat Button Link Code --><!-- http://www.LiveZilla.net Tracking Code --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">var script = document.createElement("script");script.type="text/javascript";var src = "http://help.nilandsplace.com/livezilla/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><!-- http://www.LiveZilla.net Tracking Code -->
I just don't know what to do to get it to work