Hi there, I know there are some really smart people out there that can help me out with this.. My skillset has been exhausted trying to figure this out, which I will explain now...
I installed LiveZilla (A free live support chat client) on my local server while my site is in development. Now if any of you are familiar with LiveZilla then you know that when you click the chat icon, it opens a new window with the ability to chat (If you don't know, you can go to livezilla.net and check it out.)
What I am trying to do is load Livezilla either in a Lightbox or preferably a slide-up panel using jquery (like the panel on the left here: http://www.marsteam.net/en/extension/spanel.html or Zopim chat here: http://www.zopim.com/ which is better known as the facebook-like chat.)
When I created the lightbox in Joomla, I linked the external page to my chat page that normally opens in a new window. That would be mysite.com/livezilla/chat.php
It's my theory that this can't be done because the code is already using framsets but then again, anything is possible.
The code looks like this, I hope someone is smarter than me on this. Thanks all in advance.
<!-- http://www.LiveZilla.net Chat Button Link Code -->
<div style="text-align:center;width:191px;">
<a href="javascript:void(window.open('http://smack3.dev/livezilla/chat.php','','width=590,height=580,left=0,top=0,re sizable=yes,menubar=no,location=no,status=yes,scro llbars=yes'))"><img src="http://smack3.dev/livezilla/image.php?id=01" width="191" height="69" border="0" alt="LiveZilla Live Help"></a><noscript><div>
<a href="http://smack3.dev/livezilla/chat.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 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 --><!-- http://www.LiveZilla.net Tracking Code -->
<div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
<!-- DON'T PLACE IN HEAD ELEMENT -->
var script = document.createElement("script");script.type="text/javascript";var src = "http://smack3.dev/livezilla/server.php?request=track&output=jcrpt&nse="+Math.r andom();setTimeout("script.src=src;document.getEle mentById('livezilla_tracking').appendChild(script) ",1);</script><!-- http://www.LiveZilla.net Tracking Code -->
Last edited by Whathadiv; 09-04-2010 at 02:35 PM..
|