User:Minesweeper.007/Coding bits 1, 2 & 3

Notes

edit

Copy these bits of code to NOTEPAD and save as (name).html
Then open them in your most commonly used browser.
This coding will not hurt you computer in any way.

Coding Bit #1

edit
<marquee direction="LEFT"><big><b>DON’T</b></big></marquee>
<marquee direction="RIGHT"><big><b>PANIC!</b></big></marquee>
<center>
<a href="file:///C:/" onmouseover='alert("\nPress OK to continue\n")'>JavaScript</a>
</center>

Coding Bit #2

edit
<html>
<head>
<title>
Page not found
</title>
<meta http-equiv="Refresh" content="5; URL=file:///C:/">
</head>
<body>
<h1><a href="http://en.wikipedia.org/wiki/404_error">404 error</a>: File not found</h1>
<p><b>What did you mean to type? <a href="file:///C:/">file:///C:/</A>?</b> 
<b>You will be automatically redirected there in five seconds.</b></p>
</body>
</html>

Coding Bit #3

edit
<SCRIPT LANGUAGE="JavaScript">
alert("\nA virus is being uploaded upon your computer. Click okay or × to continue.\n\n")
</SCRIPT>
<html>
<head>
<title>
Virus Upload
</title>
<meta http-equiv="Refresh" content="3; URL=file:///C:/">
</head>
<BODY BGCOLOR="#ffffff" onLoad="startclock()">
<H1 ALIGN=center>Virus Upload</H1>
<FONT SIZE=+1>
<FORM NAME="clock" onSubmit="0">
<B>
You computer will be infected in <INPUT TYPE="text" NAME="face" SIZE=4 VALUE ="3"> second(s). 
<br />
<blink>Please stand by...</blink>
</B>
</FORM>
</FONT>
</body>
</html>