RE: javascript or html to crash netscape or IE

2001-12-11 Thread Ron Hornbaker

 I need a snippet of javascript/html/dhtml/css/whatever that will cause
 Netscape or IE to crash reliably so I can test something.  I
 have certainly
 managed to crash them in the past but can't find the code that
 did it.  Any
 ideas?

http://www.netscape.com/ usually does it for me. ;)

Seriously, crash how? Throw a JS error? Lock up the application? Lock up
the computer? Lock up the house, and cause your toilets to overflow and
your wife's hairdryer to catch fire? Be specific, man. :)

-Ron

¸_¸.·´¯) http://www.BookCrossing.com ~ Read and Release! (¯`·.¸_¸.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: javascript or html to crash netscape or IE

2001-12-11 Thread BILLY CRAVENS

I know that this chunk in an .htm by itself will take down NS4:

tabletd width=1style=width:1div style=width:11
scriptdocument.write('div style=width:1')/script
/table


---
Billy Cravens


- Original Message -
From: Ron Hornbaker [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, December 11, 2001 2:45 PM
Subject: RE: javascript or html to crash netscape or IE


  I need a snippet of javascript/html/dhtml/css/whatever that will cause
  Netscape or IE to crash reliably so I can test something.  I
  have certainly
  managed to crash them in the past but can't find the code that
  did it.  Any
  ideas?

 http://www.netscape.com/ usually does it for me. ;)

 Seriously, crash how? Throw a JS error? Lock up the application? Lock up
 the computer? Lock up the house, and cause your toilets to overflow and
 your wife's hairdryer to catch fire? Be specific, man. :)

 -Ron

 ¸_¸.·´¯) http://www.BookCrossing.com ~ Read and Release! (¯`·.¸_¸.



 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: javascript or html to crash netscape or IE

2001-12-11 Thread mherbene

I mean, put the browser in such a state that its window does not update 
and
it can only be made to go away by using Task Manager to kill the 
process.
It's ok if the crash doesn't kill the OS.

 -Original Message-
 From: Ron Hornbaker [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 11, 2001 3:45 PM
 To: CF-Talk
 Subject: RE: javascript or html to crash netscape or IE
 
 
  I need a snippet of javascript/html/dhtml/css/whatever that 
 will cause
  Netscape or IE to crash reliably so I can test something.  I
  have certainly
  managed to crash them in the past but can't find the code that
  did it.  Any
  ideas?
 
 http://www.netscape.com/ usually does it for me. ;)
 
 Seriously, crash how? Throw a JS error? Lock up the 
 application? Lock up
 the computer? Lock up the house, and cause your toilets to 
 overflow and
 your wife's hairdryer to catch fire? Be specific, man. :)
 
 -Ron
 
 ¸_¸.·´¯) http://www.BookCrossing.com ~ Read and Release! 
(¯`·.¸_¸.
 
 
 
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: javascript or html to crash netscape or IE

2001-12-11 Thread Alex

Why do you need this??

On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote:

 I mean, put the browser in such a state that its window does not update
 
 and
 it can only be made to go away by using Task Manager to kill the 
 process.
 It's ok if the crash doesn't kill the OS.
 
  -Original Message-
  From: Ron Hornbaker [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, December 11, 2001 3:45 PM
  To: CF-Talk
  Subject: RE: javascript or html to crash netscape or IE
  
  
   I need a snippet of javascript/html/dhtml/css/whatever that 
  will cause
   Netscape or IE to crash reliably so I can test something.  I
   have certainly
   managed to crash them in the past but can't find the code that
   did it.  Any
   ideas?
  
  http://www.netscape.com/ usually does it for me. ;)
  
  Seriously, crash how? Throw a JS error? Lock up the 
  application? Lock up
  the computer? Lock up the house, and cause your toilets to 
  overflow and
  your wife's hairdryer to catch fire? Be specific, man. :)
  
  -Ron
  
  ¸_¸.·´¯) http://www.BookCrossing.com ~ Read and Release! 
 (¯`·.¸_¸.
  
  
  
  
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: javascript or html to crash netscape or IE

2001-12-11 Thread Michael Haggerty

script language=javascript

i = 0;

while (i  1) {
alert('Hello!');
}

/script

You can replace the alert box with any other code you would like.

Mike

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 4:15 PM
To: CF-Talk
Subject: RE: javascript or html to crash netscape or IE


Why do you need this??

On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote:

 I mean, put the browser in such a state that its window does not 
update
 
 and
 it can only be made to go away by using Task Manager to kill the 
 process.
 It's ok if the crash doesn't kill the OS.
 
  -Original Message-
  From: Ron Hornbaker [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, December 11, 2001 3:45 PM
  To: CF-Talk
  Subject: RE: javascript or html to crash netscape or IE
  
  
   I need a snippet of javascript/html/dhtml/css/whatever that 
  will cause
   Netscape or IE to crash reliably so I can test something.  I
   have certainly
   managed to crash them in the past but can't find the code that
   did it.  Any
   ideas?
  
  http://www.netscape.com/ usually does it for me. ;)
  
  Seriously, crash how? Throw a JS error? Lock up the 
  application? Lock up
  the computer? Lock up the house, and cause your toilets to 
  overflow and
  your wife's hairdryer to catch fire? Be specific, man. :)
  
  -Ron
  
  ¸_¸.·´¯) http://www.BookCrossing.com ~ Read and Release! 
 (¯`·.¸_¸.
  
  
  
  
 

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: javascript or html to crash netscape or IE

2001-12-11 Thread Bryant Tyson

You can always throw an infinite loop in your code. That's always good for
hosing the browser. ;)

--
Bryant Tyson, WEB DEVELOPER
http://webtys.com
WebTY's, The Educated Choice.

On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote:

 I mean, put the browser in such a state that its window does not update
 
 and
 it can only be made to go away by using Task Manager to kill the 
 process.
 It's ok if the crash doesn't kill the OS.
 
  -Original Message-
  From: Ron Hornbaker [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, December 11, 2001 3:45 PM
  To: CF-Talk
  Subject: RE: javascript or html to crash netscape or IE
  
  
   I need a snippet of javascript/html/dhtml/css/whatever that 
  will cause
   Netscape or IE to crash reliably so I can test something.  I
   have certainly
   managed to crash them in the past but can't find the code that
   did it.  Any
   ideas?
  
  http://www.netscape.com/ usually does it for me. ;)
  
  Seriously, crash how? Throw a JS error? Lock up the 
  application? Lock up
  the computer? Lock up the house, and cause your toilets to 
  overflow and
  your wife's hairdryer to catch fire? Be specific, man. :)
  
  -Ron
  
  ¸_¸.·´¯) http://www.BookCrossing.com ~ Read and Release! 
 (¯`·.¸_¸.
  
  
  
  
 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists