You are here: Home eForms HTML Pages SJH_EDS.html
Document Actions

SJH_EDS.html

by dchan last modified 2006-12-07 15:00

Click here to get the file

Size 1.8 kB - File type text/html

File contents


 

<html>

<head>

<!-- CSS Script that removes textarea and textbox borders when printing -->
<style type="text/css" media="print">
td.subjectline {
    display:none;
}
input.noborder {
    border : 0px;
    background: transparent;
}

textarea.noborder {
	scrollbar-3dlight-color: transparent;
	scrollbar-3dlight-color: transparent;
	scrollbar-arrow-color: transparent;
	scrollbar-base-color: transparent;
	scrollbar-darkshadow-color: transparent;
	scrollbar-face-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-shadow-color: transparent;
	scrollbar-track-color: transparent;
        background: transparent;
        overflow: hidden;

	//scrollbar : none;
	border : 0px;
}

</style>
<!-- ------------------------------------------------------------------ -->

</head>

<body width="750px">
<div style="position: absolute; left: 12; top: 16; z-index:'-1'"><IMG SRC="../../OscarDocument/oscar_sfhc/eform/images/SJH_EDS.gif"></div>

<form method="POST" action="">
<div style="position: absolute; left:682px; top:132px;"> 
	<textarea name="label" class="noscroll" style="height: 220; width: 422; font-family: Arial; font-size: 24px" oscarDB=Label tabindex="1"></textarea>
</div>

  

<!-- --------------------------------------------------------------------- -->


<!-- The submit/print/reset buttons -->
<div style="position: absolute; top: 1550px; left: 27px;">
  <table>
     <tr>
        <td class="subjectline">
             Subject: <input type="text" name=subject size="40">&nbsp;
             <input type="submit" value="Submit" name="B1">
             <input type="reset" value="Reset" name="B2">
             <input type=button value=Print onclick="javascript:window.print()">
        </td>
     </tr>
  </table>
</div>
</form>
</body>

</html>

Personal tools