counts how long you've lived, in
days+hours+minutes.
Directions: Step 1: Copy this into
the <head> tags:
COPY
CODE:
<form method="POST" name="email_form_with_php"
action="php-form-action.php" enctype="multipart/form-data">
<label for='name'>Name: </label>
<input type="text" name="name" >
<label for='email'>Email: </label>
<input type="text" name="email" >
<label for='message'>Message:</label>
<textarea name="message"></textarea>
<label for='uploaded_file'>Select A File To Upload:</label>
<input type="file" name="uploaded_file">
<input type="submit" value="Submit" name='submit'>
</form>
The form will look like this:
<!-- TWO STEPS TO INSTALL POKEMON:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Paul (Poke_Paul@hotmail.com) -->
<!-- Web Site: http://www.angelfire.com/ak3/MewHiddenLair -->
<!-- Begin
now=new Date;x=now.getTime() %32768;
function Random(min,max) {x=(1103515245*x+12345) % 32768;
return Math.floor(x*(max-min+1)/32768+min);
}
<script language="JavaScript">
<!--
var message="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED";
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {alert(message);
return false;
}
}
}`