ive gotten this a little further although the code isnt perfect but it seems to be working but the page goes to full screen
in header include
place this above the code asked in the instructions
<SCRIPT LANGUAGE="JavaScript">
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=y es,resizable=yes");
}
</SCRIPT>
then for the buddy list option use this
<option value="javascript:Start('misc.php?do=buddylist&focus=1','buddylist' ,'statusbar=n o,menubar=no,tool bar=no,scrollbars=yes,resizable=yes,width=180,heig ht=300')">Open Buddy List</option>
hopfully someone can work with this more and fix it faster than i can
|