Copy the Assignment Calculator Widget Box
...or Copy the Code
<!-- Start Assignment Calculator Widget -->
<div align="center">
<form action="https://library.sjsu.edu/calculator/step0" style="background: #FAFAFA; border-style:solid; border-width:3px; border-color:#e5a823; width:400px;" target="_blank">
<p style="margin-top:10px; margin-bottom:8px; border-bottom:3px solid #e5a823; font-weight:bold; font-size:1.1em; text-align:center; color:#333; padding-bottom:8px">Assignment Calculator</p>
<table border="0" style="font-size:1em; margin-top:10px">
<tbody>
<tr>
<td nowrap="nowrap">Start Date: </td>
<td align="left" nowrap="nowrap"><input maxlength="2" name="monthone" size="1" style="width:40px" type="text" value="mm" /> – <input maxlength="2" name="dayone" size="1" style="width:40px" type="text" value="dd" /> – <input maxlength="4" name="yearone" style="width:50px" type="text" value="yyyy" /></td>
</tr>
<tr>
<td align="left" nowrap="nowrap">Due Date: </td>
<td align="left" nowrap="nowrap"><input maxlength="2" name="monthtwo" size="1" style="width:40px" type="text" value="mm" /> – <input maxlength="2" name="dayone" size="1" style="width:40px" type="text" value="dd" /> – <input maxlength="4" name="yearone" style="width:50px" type="text" value="yyyy" /></td>
</tr>
</tbody>
</table>
<div align="center" style="margin:15px 0 15px 0"><input name="submit" style="font-size:1.05em;
color:#fff; border:1px solid #2B2B2B; background: #2B2B2B; opacity:0.8; filter:alpha (opacity=80); width:190px; padding:3px 3px 3px 3px" type="submit" value="Calculate Schedule!" /></div>
<div style="background:#0055a2;text-align:center;"><span style="color:#ffffff;">Dr. Martin Luther King, Jr. Library<br />
San José State University</span></div>
</form>
</div>
<!-- /end Assignment Calculator Widget -->