
|
Easy Chat |
function doJoin(a,b) { top.frames.infochatapplet.document.applets.chatapplet.doJoin(a,b); } function openwindow(page,target,a_width,a_height) { window.open(page,target,'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=a_width,height=a_height'); } function BtSave() { myWindow = window.open('','displayWindow'); myWindow.document.write("1- Type Ctrl+A"); myWindow.document.write("
"); myWindow.document.write("2- Type Ctrl+C"); myWindow.document.write("
"); myWindow.document.write("3- Paste into your document"); myWindow.document.write("
"); myWindow.document.write("
"); myWindow.document.write(document.applets.chatapplet.getChatLog()); }