2
You can do as we have and with the qOLOp, which then opens via java a popup on click...
Place this in either theme header or faster as we now have found it's own .js file...and include that with the theme...
function popitup(url) {
newwindow=window.open(url,'name','height=470,width=620,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1');
if (window.focus) {newwindow.focus()}
return false;
}
So then anything labeled with popup and url will popup that page
<button onClick="return popitup('http://www.wizanda.com/chat/')" style="color: White; background-color: #000000;">qOLOpbutton>
Still working on a way my self for the popup to be the center right block...then will be happier