[CGI] New notify window overtakes old one [FIXED]
Moderator: AniDB
[CGI] New notify window overtakes old one [FIXED]
If you get a new notification while a notification window is already open the new window is opened with the same name and thus your old window is "overwritten".
Notify window no longer works in IE 6. Error message is as follows:
in myplace
Line: 103
Char: 5
Error: Invalid argument.
Code: 0
URL: http://anidb.atx.ch/perl-bin/animedb.pl?show=myplace
Code:
window.open('animedb.pl?show=pop&pop=notify','Notification-355','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=200,height=150');
in myplace
Line: 103
Char: 5
Error: Invalid argument.
Code: 0
URL: http://anidb.atx.ch/perl-bin/animedb.pl?show=myplace
Code:
window.open('animedb.pl?show=pop&pop=notify','Notification-355','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=200,height=150');
To make removing that one a bit easier:PetriW wrote:Code:
window.open('animedb.pl?show=pop&pop=notify','Notification-355','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=200,height=150');
The second param (window-name) may only consist of letters, numbers or underscores, but no "-".
Well, we only surf to anidb of course and we trust in you, not to be that evil, to exploit those bugs .exp wrote: i still wonder why there are ppl stupid enough to use M$ IE out there.
btw. current known and unfixed security holes count in M$ IE is _19_ !
For real, most of those holes involve either a stupid user, or are some minor threads and my AV kills evil scripts.