Inserting JavaScript inside a table in a Content Block

Permalink
Greetings,
I use LiveZilla to provide live chat on my site. When I added the required javascript inside a table in a Content Block - it pulls in the image from the chat server - but the link to launch the chat window isn't not linked.

Odd thing is the <td> to the left of this one also uses javascript for a "click to call" service - and it works fine. Don't know if anyone has more .js knowledge that can tell me the problem and a fix?

Site is live athttp://vchecksolutions.com - section in question is at very top right of every page. Source code of the click to call (which works) and the Live Chat (which does not) is below - in the Content editor - it shows the little anchor icon above the image that is pulled in. The first TD below works, the one below does nothing:

<td style="text-align: center;"><a onclick="var wind = window; var winop = wind.open; winop("https://service.ringcentral.com/ringme/?uc=F81B032622DC504223579E5FA41A86F8853556246491,0,&s=no&v=2&s_=1210", "Callback_RingMe", "resizable=no,width=550,height=360"); return false;" href="http://www.ringcentral.com" target="Callback_RingMe"><img src="/index.php/download_file/view_inline/51/" alt="Call Vcheck Solutions" width="140" height="30" /></a></td>

<td><a class="lz_cbl" name="livezilla_chat_button" href="javascript:void(window.open('http://ssnetinc.com/livehelpzilla/chat.php?acid=522c5','','width=570,height=760,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"></a><img style="border: 0px;" src="http://ssnetinc.com/livehelpzilla/image.php?acid=efe4a&id=5&type=inlay" alt="LiveZilla Live Chat Software" width="140" height="30" /></td>

Thanks Everyone,

ssnetinc
 
ssnetinc replied on at Permalink Reply
ssnetinc
OK - Disregard the above. It was the way the javascipt provided by LiveZilla was trying to call the new popup window.

I deleted their code and used the Insert Link > Popup option in the Content editor. Works like a charm now.