Best Download Sites Login
Site Login

Future Date

Description
This script will print out a date a certain number of days in the future. You can tell a customer their order will be filled by the date in the future, etc....View A Script Demo


Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="TextPad 4.4">
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT language="JavaScript">
<!-- Original:  Kevin Myers (kevinmyers@unforgettable.com) -->
<!-- Web Site:  http://www.geocities.com/SiliconValley/Bay/7554 -->

<!-- Begin
function AddDays(form) {
DaysToAdd=document.form.DaysToAdd.value;

var now=new Date();
var newdate=new Date();
var newtimems=newdate.getTime()+(DaysToAdd*24*60*60*1000);
newdate.setTime(newtimems);
document.form.display.value=newdate.toLocaleString();
}
// End -->
</SCRIPT>

</HEAD>

<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<form name=form>
<input type=text name=DaysToAdd size=5 value=10>
<input type=button value="days from today will be..." onclick="AddDays(this.form)">
<input type=text name="display" size=35 value="">
</form>

</center>
</BODY>
</HTML>
 

Business Proposal If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail