
12-10-2008, 07:16 AM
|
 |
|
|
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by powerful_rogue
Line 38 of advent.htm (in the images folder) change to:
PHP Code:
window.open("./../../adventcalendar.php?do=open&securitytoken=" + parent.SECURITYTOKEN + "&day=" + id, "AdventDay","width=" + pw + ",height=" + ph + ",left=5,top=5,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");
|
Thanks - works now even for IE-Users.
But anyway - i hate fixing something for IE-Users. 
|