-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex-3.php
More file actions
executable file
·23 lines (22 loc) · 1.9 KB
/
index-3.php
File metadata and controls
executable file
·23 lines (22 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Mortgage Tools - DocuSign, Inc. ESIGN Sample</title>
<script language="javascript" type="text/javascript" src="js/jquery-1.4.1.min.js"></script>
<script language="javascript" type="text/javascript" src="js/webservice-status.js"></script>
<link href="css/style.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<?php include("include/standardheader.php"); ?>
<div class="content-section" style="line-height: 12px;">
<embed src="flash/howtodocusign.swf" bgcolor="#ffffff" width="700" height="380" />
<br/>
<br/>
<strong>Legal Compliance</strong>
<br />
DocuSign® exceeds all Federal ESIGN Legislation (Electronic Signatures in Global and National Commerce Act) requirements. The law states that, “In effect no contract can be denied on the basis that it is electronic, and when executed correctly, electronic contracts should be treated like any other contract under ordinary contract law.” This legislation has since been tested successfully by Microsoft, AOL and other corporations that have prosecuted and won lawsuits where consumers attempted to renege on signed electronic contracts. Today, consumers sign online contracts every day, including website agreements and online stock trading accounts. DocuSign, Inc., was founded to extend this model to all documents sent by businesses for signature or certification. DocuSign provides the secure knowledge that signed electronic agreements will have the same legal effect as signed offline agreements.
</div>
<?php include("include/standardfooter.php"); ?>
</body>
</html>