Got the fix from vbAdvance.com
Code:
function OpenvBChat(){
vBChat = window.open('vBChat.php?','vBChat','directories=no ,height='+window.screen.height+',width='+window.sc reen.width+',location=no,menubar=no,scrollbars=yes ,status=no,toolbar=no')
return false;
}
Replace the colored text above with the full url that points to the vBChat.php file. Fixed! Thanks goes to Brian at vbAdvanced.com for this.