
02-27-2005, 05:20 PM
|
 |
|
|
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by JasonWilliams
As a quick resolve to the page opening full size, this is the code I used:
Find:
Code:
vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height=9999,width=9999,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')
Replace with
Code:
vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height=560,width=800,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')
Please note ; for whatever reason there are spaces in the menubar code, I can't remove it when it appears there, just remove the extra spaces between the word
This works nicely for me, whether it will for everyone else, I'm not sure .... if this isn't the right way to do it, please someone tell me!
|
That line of code was changed in v2.2 to open full screen for all resolutions, i suggest you update to the newest version
- Zero Tolerance
|