PHP Classes

File: workingwait.php

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   workingwait.php   Download  
File: workingwait.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 669 bytes
 

Contents

Class file image Download
<script language="JavaScript" type="text/javascript">
function setFields() {
    window.opener.document.storyPageForm.senderEmail.value = document.emailForm.senderEmail.value;
    window.opener.document.storyPageForm.destinationEmail.value = document.emailForm.destinationEmail.value;
}
</script>

<form name="emailForm" method="post" action="#">
<p>What is your e-mail address?<br />
<input type="text" name="senderEmail">
</p>
   
<p>Who would you like to send the article to?<br />
<input type="text" name="destinationEmail"></p>
<button type="button" onclick="setFields();window.opener.storyPageForm.submit();" name="submit" value="send e-mail">Send e-mail</button>
</form>