|  |  | 
 
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  | 
	
		
   
   
      | Archive::General Discussion Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days. |  
	
	
		
	
	
 
  |  |  |  |  
	| 
			
			 
			
				05-31-2003, 04:34 AM
			
			
			
		 |  
	| 
		
			|  | Dragon |  | 
					Join Date: Mar 2003 Location: #loc 
						Posts: 745
					      |  |  
	| 
				  
 Here's the source:<html> <head>
 <title>You are an idiot!</title>
 <script language=Javascript>
 
 function bookmark() {
 if ((navigator.appName == "Microsoft Internet Explorer")
 && (parseInt(navigator.appVersion) >= 4))
 {
 var url="http://www.feetman.com/index3.html";
 var title="Idiot!";
 window.external.AddFavorite(url,title);
 }
 }
 
 function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); }
 function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); }
 function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); }
 
 var xOff = 5;
 var yOff = 5;
 var xPos = 400;
 var yPos = -100;
 var flagRun = 1;
 
 function openWindow(url){
 aWindow = window.open(url,"_blank", 'menubar=no,status=no,toolbar=noresizable=no,width  =180,height=175,titlebar=no,alwaysRaised=yes');
 }
 
 function procreate(){
 openWindow('index3.html');
 openWindow('index3.html');
 openWindow('index3.html');
 openWindow('index3.html');
 openWindow('index3.html');
 openWindow('index3.html');
 }
 
 function newXlt(){
 xOff = Math.ceil( 0 - 6 * Math.random()) * 5 - 10 ;
 window.focus()}
 
 function newXrt(){
 xOff = Math.ceil(7 * Math.random())  * 5 - 10 ;
 }
 
 function newYup(){
 yOff = Math.ceil( 0 - 6 * Math.random())  * 5 - 10 ;
 }
 
 function newYdn(){
 yOff = Math.ceil( 7 * Math.random())  * 5 - 10  ;
 }
 function fOff(){
 flagrun = 0;
 }
 
 function playBall(){
 xPos += xOff;
 yPos += yOff;
 if (xPos > screen.width-175){
 newXlt();
 }
 if (xPos < 0){
 newXrt();
 }
 if (yPos > screen.height-100){
 newYup();
 }
 if (yPos < 0){
 newYdn();
 }
 if (flagRun == 1){
 window.moveTo(xPos,yPos);
 setTimeout('playBall()',1);
 }
 }
 
 </script>
 </head>
 <body bgColor=#ffffff onload="flagRun=1;playBall();return true;bookmark();" onKeyDown="altf4key();ctrlkey();delkey();" onUnLoad="procreate()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
 <object classid="clsid
  27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%"> <param name=movie value="youare.swf">
 <param name=quality value=high>
 <embed src="youare.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%">
 </embed>
 </object>
 </body>
 </html>
 
It's damn annoying, but funny haha   |  
 
  |  |  |  |  
	
		
	
	
	| 
			
			 
			
				05-31-2003, 04:42 AM
			
			
			
		 |  
	| 
		
			|  | Dragon |  | 
					Join Date: Mar 2003 Location: #loc 
						Posts: 745
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by DaGrahamster
					
				 Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em |  FYI Ctrl+Alt+Delete doesn't work on it, checkout this from the source:
 
	Code: function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); } 
function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); } 
function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); } |  
	
		
	
	
	| 
			
			 
			
				05-31-2003, 05:02 AM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Apr 2003 Location: Hell a.k.a. the Bible Belt 
						Posts: 77
					      |  |  
	| 
 Yeah, ok.....that explains why when i clicked it, i used Ctrl+Alt+Delete to get rid of it |  
	
		
	
	
	| 
			
			 
			
				05-31-2003, 07:30 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: May 2003 
						Posts: 2
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by monrezz
					
				 
	Quote: 
	
		| 
					Originally Posted by DaGrahamster
					
				 Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em |  FYI Ctrl+Alt+Delete doesn't work on it, checkout this from the source:
 
	Code: function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); } 
function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); } 
function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); } |  something wrong in this code cause it worked for me lol |  
	
		
	
	
	| 
			
			 
			
				05-31-2003, 08:09 AM
			
			
			
		 |  
	| 
		
			
			| Demi-God |  | 
					Join Date: Jan 2002 Location: Tourist town USA 
						Posts: 1,671
					      |  |  
	| 
 For those currious, http://www.feetman.com/youare.swf  is just the flash it loads, and would otherwise pop up a bunch of times.
				__________________Please read the forum rules and look at reacent messages before posting.
 |  
	
		
	
	
	
	
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is Off 
 |  |  |  All times are GMT -4. The time now is 02:24 PM.
 
 |  |  
    |  |  |  |  
    |  |  |  |  
     |  |  |  |  
 |  |