Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Can any body help me on this! I need some one to make these two forms work dynamically , it's two forms that I created for our needs in our work within the Archive unit, the first one is an electronic request form which it should be available on the Intranet, the users then can fill in the form and send it by Email as they click on "submit form".
The second one is another form for the archive log, this form can be used only within the archive unit, after we get the request from the ARCHIVE UNIT REQUEST FORM on our official Email we fill in the [b]ARCHIVE UNIT LOG BOOK FORM [/b]with the information according to the request, by clicking on "submit form" it will do two things:
[b]A- will create a voucher for the user to get signed by the legal officer.
B - Will generate a log database for all the information that we just filled in our archive log. [/b]
One more important think I would like to raise, is that those two forms were built in a simple HTML format, so there is still a lot of work to make this function dynamically, can PHP & MYSQL do that !
Finally, I would appreciate any input from you all.
First form : [b]ARCHIVE UNIT REQUEST FORM[/b]
[syntax="html"]<html><!-- InstanceBegin template="/Templates/Request_form.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>PopUp Calendar readme file</title>
<!-- InstanceEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.bodytext { font-family: Verdana, Arial, sans-serif; font-size: 10pt}
.textfield { font-family: Verdana, Arial, sans-serif; font-size: 10pt}
.header {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
}
.footnote {
font-family: "MS Sans Serif", sans-serif;
font-size: 18pt;
font-weight: bolder;
text-align: center;
}
.code { font-family: "Courier New", Courier, mono; font-size: 10pt; font-weight: bold}
a:hover { color: #FF0000; text-decoration: underline overline}
a:link { color: #0000FF; text-decoration: underline}
a:visited { color: #0000FF; text-decoration: underline}
.highlight { color: #FF0000; font-family: Verdana, Arial, sans-serif; font-size: 10pt}
body {
background-color: #CCCCCC;
}
.label_1 {
font-weight: bolder;
color: #FFFFFF;
text-align: center;
font-size: xx-large;
}
.FORM_FONTS { font-weight: bolder;
color: #333333;
}
.style12 {color: #999999}
.style15 {
font-size: 7pt;
color: #003366;
}
.TABLE_2 { border: 1px dotted #CCCCCC;
}
-->
</style>
<script language="JavaScript" src="pupdate.js"></script>
<!-- InstanceBeginEditable name="head" -->
<script type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<!-- InstanceEndEditable -->
<script type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
</head>
<body>
<table width="999" align="center">
<tr>
<td width="2" bgcolor="#333333"> </td>
<td width="985" align="center" valign="middle"><form name="sample">
<p><br>
</p>
<table width="976" border="1" bgcolor="#CCCCCC">
<tr>
<td colspan="9" bgcolor="#333333"><div align="center"><strong class="label_1">ARCHIVE UNIT REQUEST FORM </strong></div></td>
</tr>
<tr>
<td width="209" class="header"><p>NAME:</p></td>
<td width="176"><label>
<input type="text" name="choice22" onFocus="document.sample.button2.focus()" class="textfield">
</label></td>
<td colspan="6"> </td>
</tr>
<tr>
<td nowrap class="header">UNIT:</td>
<td><input type="text" name="choice222" onFocus="document.sample.button2.focus()" class="textfield"></td>
<td colspan="6"> </td>
</tr>
<tr>
<td nowrap class="header">DATE OF REQUEST:</td>
<td><input type="text" name="choice2" onFocus="document.sample.button2.focus()" class="textfield"></td>
<td colspan="6"><input type="button" name="button22" value="CHOOSE DATE" onClick="getCalendarFor(document.sample.choice2)" class="bodytext"></td>
</tr>
<tr>
<td class="header">REASON FOR REQUEST: </td>
<td><select name="select" size="1">
<option>DISCLOSURE </option>
<option>REVIEW</option>
<option>RULE 61</option>
<option>RULE 70</option>
</select> </td>
<td colspan="6"> </td>
</tr>
<!-- InstanceBeginEditable name="MAIN" -->
<tr>
<td bordercolor="#999999" bgcolor="#999999"><span class="header">CASE NUMBER : </span></td>
<td bordercolor="#999999" bgcolor="#999999"><div align="center">
<select name="select1" size="1" style="background-color:#FFFFD7" onChange="displaydesc(document.form1.select1, thetext1, 'textcontainer1')">
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-94-1/INDEX_1.htm"> IT-94-1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-94-2/INDEX_2.htm"> IT-94-2 </option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-3/INDEX_3.htm"> IT-95-3</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-4/INDEX_4.htm"> IT-95-4</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-5/INDEX_5.htm"> IT-95-5</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-18/INDEX_18.htm"> IT-95-18</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-6/INDEX_6.htm"> IT-95-6</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-8/INDEX_8.htm"> IT-95-8</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-9/INDEX_9.htm"> IT-95-9</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-10/INDEX_10.htm"> IT-95-10</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-11/INDEX_11.htm"> IT-95-11</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-12/INDEX_12.htm"> IT-95-12</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-13-1/INDEX_13-1.htm"> IT-95-13/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-13a/INDEX_13a.htm"> IT-95-13a</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14/INDEX_14.htm"> IT-95-14</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-1/INDEX_14-1.htm"> IT-95-14/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-2/INDEX_14-2.htm"> IT-95-14-2</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14.2.R77/Index_14.2.R77.htm"> IT-95-14.2.R77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-R77.2/Index_14R77.2.htm"> IT-95-14-R77.2</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-R77.3/Index_14R77.3.htm"> IT-95-14-R77.3</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14.R77.4/Index_14.R77.4.htm"> IT-95-14.R77.4</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-15/INDEX_15.htm"> IT-95-15</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-16/INDEX_16.htm"> IT-95-16</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-17/INDEX_17.htm"> IT-95-17</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-17-1/INDEX_17-1.htm"> IT-95-17/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-18/INDEX_18.htm"> IT-95-18</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-19/INDEX_19.htm"> IT-96-19</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-20/INDEX_20.htm"> IT-96-20</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-21/INDEX_21.htm"> IT-96-21</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-22/INDEX_22.htm"> IT-96-22</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-23/INDEX_23.htm"> IT-96-23</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-23-2/INDEX_23-2.htm"> IT-96-23/2</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-97-24/INDEX_24.htm"> IT-97-24</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-97-25/INDEX_25.htm"> IT-97-25</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-97-25-1/INDEX_25-1.htm"> IT-97-25/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-29/INDEX_29.htm"> IT-98-29</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-29-1/INDEX_29-1.htm"> IT-98-29/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-30 - IT-98-30-1a/Index_30-1-A.htm"> IT-98-30-1-A</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-32/INDEX_32.htm"> IT-98-32</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-33/INDEX_33.htm"> IT-98-33</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-33-1/INDEX_33-1.htm"> IT-98-33/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-34/INDEX_34.htm"> IT-98-34</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-99-36/INDEX_36.htm"> IT-99-36</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-99-36R77/Index_36R77.htm"> IT-99-36R77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-99-37_50_51/Index_37_50_51.htm"> IT-99-37</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-39/Index_39.htm"> IT-00-39</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-39-40/Index_39-40.htm"> IT-00-39/40</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-40/Index_40.htm"> IT-00-40</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-41/Index_41.htm"> IT-00-41</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-42and42_1/Index_42and42_1.htm"> IT-01-42</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-43/Index_43.htm"> IT-00-43</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-44/Index_44.htm"> IT-01-44</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-45/Index_45.htm"> IT-01-45</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-46/Index_46.htm"> IT-01-46</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-47/Index_47.htm"> IT-01-47</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-48/Index_48.htm"> IT-01-48</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-54/Index_54.htm"> IT-02-54</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-54R77/Index_54R77.htm"> IT-02-54R77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-55/Index_55.htm"> IT-02-55</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-57/Index_57.htm"> IT-02-57</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-58/Index_58.htm"> IT-02-58</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-32-1/Index_32-1.htm"> IT-02-32/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-59/Index_59.htm"> IT-02-59</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-60/Index_60.htm"> IT-02-60</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-61/Index_61.htm"> IT-02-61</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-63/Index_63.htm"> IT-02-63</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-64/Index_64.htm"> IT-02-64</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-65/Index_65.htm"> IT-02-65</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-66/Index_66.htm"> IT-03-66</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-66r77/Index_66r77.htm"> IT-03-66r77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-67/Index_67.htm"> IT-03-67</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-68/Index_68.htm"> IT-03-68</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-69/Index_69.htm"> IT-03-69</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-70/Index_70.htm"> IT-03-70</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-72/Index_72.htm"> IT-03-72</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-73/Index_73.htm"> IT-03-73</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-74/Index_74.htm"> IT-04-74</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-78/Index_78.htm"> IT-04-78</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-79/Index_79.htm"> IT-04-79</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-80/Index_80.htm"> IT-04-80</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-81/Index_81.htm"> IT-04-81</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-82/Index_82.htm"> IT-04-82</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-83/Index_83.htm"> IT-04-83</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-84/Index_84.htm"> IT-04-84</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-05-86/Index_86.htm"> IT-05-86</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-05-87/Index_87.htm"> IT-05-87</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-05-88/Index_88.htm"> IT-05-88</option>
</select>
</div>
<label></label></td>
<td colspan="3" bordercolor="#999999" bgcolor="#999999"><input name="Submit4" type="submit" onClick="MM_goToURL('parent','2_ Request_form.html');return document.MM_returnValue" value="ADD ANOTHER CASE"></td>
</tr>
<tr>
<td nowrap bordercolor="#999999" bgcolor="#999999"><span class="header">DATE OF COURT SESSION: </span></td>
<td bordercolor="#999999" bgcolor="#999999"><input type="text" name="choice4" onFocus="document.sample.button2.focus()" class="textfield"></td>
<td colspan="3" bordercolor="#999999" bgcolor="#999999"><input type="button" name="button2" value="CHOOSE DATE" onClick="getCalendarFor(document.sample.choice4)" class="bodytext">
<input name="Submit5" type="submit" onClick="MM_goToURL('parent','2D_ Request_form.html');return document.MM_returnValue" value="ADD ANOTHER DATE"></td>
</tr>
<tr>
<td rowspan="5" bordercolor="#999999" bgcolor="#999999" class="header"><div align="center">TYPE OF DOCUMENT: </div></td>
<td rowspan="2" bordercolor="#999999" bgcolor="#999999"><span class="header"> VIDEO FORMAT: </span></td>
<td width="67" rowspan="2" bordercolor="#999999" bgcolor="#999999"><select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="#" selected>DIGITAL S</option>
<option value="#" selected>BETA/SP</option>
<option value="VHS_FORMAT.html" selected>VHS</option>
<option value="#" selected>DIGITAL S</option>
<option value="#" selected>SUPER VHS</option>
<option value="#" selected>AUDIO</option>
<option value="#" selected>DIGITAL AUDIO TAPE (DAT)</option>
<option value="#" selected>VIDEO & HI & DIGI &</option>
<option value="#" selected>MINI DV</option>
<option value="#" selected>C60---C90---C120</option>
<option value="#" selected>REEL TO REEL</option>
</select></td>
<td width="125" bordercolor="#999999" bgcolor="#999999" class="header">ENGLISH </td>
<td width="350" bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox3" value="checkbox"></td>
</tr>
<tr>
<td bordercolor="#999999" bgcolor="#999999" class="header">FRENCH </td>
<td bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox4" value="checkbox"></td>
</tr>
<tr>
<td rowspan="3" bordercolor="#999999" bgcolor="#999999" class="header">AUDIO FORMAT: </td>
<td width="67" rowspan="3" bordercolor="#999999" bgcolor="#999999"><label>
<select name="select3">
<option>Cassette</option>
<option>FTR</option>
</select>
</label></td>
<td bordercolor="#999999" bgcolor="#999999" class="header">BCS </td>
<td bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox5" value="checkbox"></td>
</tr>
<tr>
<td bordercolor="#999999" bgcolor="#999999"><p class="header">ALBANIAN</p></td>
<td bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox6" value="checkbox"></td>
</tr>
<tr>
<td bordercolor="#999999" bgcolor="#999999" class="header">OTHER</td>
<td bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox62" value="checkbox"></td>
<td width="13" bordercolor="#999999" bgcolor="#999999"> </td>
</tr>
<tr>
<td bordercolor="#999999" bgcolor="#999999" class="header">REMARKS/ REQUIREMENTS:</td>
<td colspan="5" bordercolor="#999999" bgcolor="#999999"><span class="style12">
<textarea name="textarea" cols="80%" rows="4"></textarea>
</span></td>
</tr>
<!-- InstanceEndEditable -->
<tr>
<td class="header"><p>APPROVED BY CMSS LEGAL STAFF: </p></td>
<td><input type="text" name="choice23" onFocus="document.sample.button2.focus()" class="textfield"></td>
<td colspan="6"><span class="header">FORWARDED BY:</span>
<select name="select2" size="1">
<option>OMAR</option>
<option>RUSSELL</option>
<option>SINISA</option>
</select> </td>
</tr>
<tr>
<td colspan="9" class="header"></td>
</tr>
<tr bgcolor="#666666">
<td height="47" class="header"><label>
<input type="submit" name="Submit" value="SUBMIT REQUEST">
</label></td>
<td><label> </label>
<div align="center">
<input type="submit" name="Submit3" value="VIEW ">
</div></td>
<td colspan="6"><div align="center">
<input type="submit" name="Submit2" value="RESET">
</div></td>
</tr>
</table>
<div align="center"></div>
<p><br>
</p>
</form></td>
<td width="10" bgcolor="#333333"></td>
</tr>
</table>
<!-- PopUp Calendar BEGIN -->
<script language="JavaScript">
if (document.all) {
document.writeln("<div id=\"PopUpCalendar\" style=\"position:absolute; left:0px; top:0px; z-index:7; width:200px; height:77px; overflow: visible; visibility: hidden; background-color: #FFFFFF; border: 1px none #000000\" onMouseOver=\"if(ppcTI){clearTimeout(ppcTI);ppcTI=false;}\" onMouseOut=\"ppcTI=setTimeout(\'hideCalendar()\',500)\">");
document.writeln("<div id=\"monthSelector\" style=\"position:absolute; left:0px; top:0px; z-index:9; width:181px; height:27px; overflow: visible; visibility:inherit\">");}
else if (document.layers) {
document.writeln("<layer id=\"PopUpCalendar\" pagex=\"0\" pagey=\"0\" width=\"200\" height=\"200\" z-index=\"100\" visibility=\"hide\" bgcolor=\"#FFFFFF\" onMouseOver=\"if(ppcTI){clearTimeout(ppcTI);ppcTI=false;}\" onMouseOut=\"ppcTI=setTimeout('hideCalendar()',500)\">");
document.writeln("<layer id=\"monthSelector\" left=\"0\" top=\"0\" width=\"181\" height=\"27\" z-index=\"9\" visibility=\"inherit\">");}
else {
document.writeln("<p><font color=\"#FF0000\"><b>Error ! The current browser is either too old or too modern (usind DOM document structure).</b></font></p>");}
</script>
<noscript><p><font color="#FF0000"><b>JavaScript is not activated !</b></font></p></noscript>
<table border="1" cellspacing="1" cellpadding="2" width="200" bordercolorlight="#000000" bordercolordark="#000000" vspace="0" hspace="0"><form name="ppcMonthList"><tr><td align="center" bgcolor="#CCCCCC"><a href="javascript:moveMonth('Back')" onMouseOver="window.status=' ';return true;"><font face="Arial, Helvetica, sans-serif" size="2" color="#000000"><b>< </b></font></a><font face="MS Sans Serif, sans-serif" size="1">
<select name="sItem" onMouseOut="if(ppcIE){window.event.cancelBubble = true;}" onChange="switchMonth(this.options[this.selectedIndex].value)" style="font-family: 'MS Sans Serif', sans-serif; font-size: 9pt"><option value="0" selected>2000 • January</option><option value="1">2000 • February</option><option value="2">2000 • March</option><option value="3">2000 • April</option><option value="4">2000 • May</option><option value="5">2000 • June</option><option value="6">2000 • July</option><option value="7">2000 • August</option><option value="8">2000 • September</option><option value="9">2000 • October</option><option value="10">2000 • November</option><option value="11">2000 • December</option><option value="0">2001 • January</option></select></font><a href="javascript:moveMonth('Forward')" onMouseOver="window.status=' ';return true;"><font face="Arial, Helvetica, sans-serif" size="2" color="#000000"><b> ></b></font></a></td></tr></form></table>
<table border="1" cellspacing="1" cellpadding="2" bordercolorlight="#000000" bordercolordark="#000000" width="200" vspace="0" hspace="0"><tr align="center" bgcolor="#CCCCCC"><td width="20" bgcolor="#FFFFCC"><b><font face="MS Sans Serif, sans-serif" size="1">Su</font></b></td><td width="20"><b><font face="MS Sans Serif, sans-serif" size="1">Mo</font></b></td><td width="20"><b><font face="MS Sans Serif, sans-serif" size="1">Tu</font></b></td><td width="20"><b><font face="MS Sans Serif, sans-serif" size="1">We</font></b></td><td width="20"><b><font face="MS Sans Serif, sans-serif" size="1">Th</font></b></td><td width="20"><b><font face="MS Sans Serif, sans-serif" size="1">Fr</font></b></td><td width="20" bgcolor="#FFFFCC"><b><font face="MS Sans Serif, sans-serif" size="1">Sa</font></b></td></tr></table>
<script language="JavaScript">
if (document.all) {
document.writeln("</div>");
document.writeln("<div id=\"monthDays\" style=\"position:absolute; left:0px; top:52px; z-index:8; width:200px; height:17px; overflow: visible; visibility:inherit; background-color: #FFFFFF; border: 1px none #000000\"> </div></div>");}
else if (document.layers) {
document.writeln("</layer>");
document.writeln("<layer id=\"monthDays\" left=\"0\" top=\"52\" width=\"200\" height=\"17\" z-index=\"8\" bgcolor=\"#FFFFFF\" visibility=\"inherit\"> </layer></layer>");}
else {/*NOP*/}
</script>
<!-- PopUp Calendar END -->
</body>
<!-- InstanceEnd --></html>Code: Select all
<html><!-- InstanceBegin template="/Templates/archive_logbook.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<title>PopUp Calendar readme file</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.bodytext { font-family: Verdana, Arial, sans-serif; font-size: 10pt}
.textfield { font-family: Verdana, Arial, sans-serif; font-size: 10pt}
.header {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: left;
}
.footnote {
font-family: "MS Sans Serif", sans-serif;
font-size: 18pt;
font-weight: bolder;
text-align: center;
}
.code { font-family: "Courier New", Courier, mono; font-size: 10pt; font-weight: bold}
a:hover { color: #FF0000; text-decoration: underline overline}
a:link { color: #0000FF; text-decoration: underline}
a:visited { color: #0000FF; text-decoration: underline}
.highlight { color: #FF0000; font-family: Verdana, Arial, sans-serif; font-size: 10pt}
body {
background-color: #CCCCCC;
}
.label_1 {
font-weight: bolder;
color: #FFFFFF;
text-align: center;
font-size: xx-large;
}
.FORM_FONTS { font-weight: bolder;
color: #333333;
}
.style5 {color: #006600}
.style8 {
color: #FF0000;
font-weight: bold;
}
.style12 {color: #999999}
.style13 {font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-weight: bold; text-align: left; color: #990000; }
-->
</style>
<script language="JavaScript" src="pupdate.js"></script>
</head>
<body>
<table width="999" align="center">
<tr>
<td width="2" bgcolor="#333333"> </td>
<td width="985" align="center" valign="middle"><form name="sample">
<p><br>
</p>
<table width="964" border="1" bgcolor="#CCCCCC">
<tr>
<td colspan="16" bgcolor="#333333"><div align="center"><strong class="label_1">ARCHIVE UNIT LOG BOOK </strong></div></td>
</tr>
<tr>
<td width="187" class="header"><p>NAME:</p> </td>
<td colspan="2"><label>
<input type="text" name="choice22" onFocus="document.sample.button2.focus()" class="textfield">
</label></td>
<td colspan="13"> </td>
</tr>
<tr>
<td nowrap class="header">UNIT:</td>
<td colspan="2"><input type="text" name="choice222" onFocus="document.sample.button2.focus()" class="textfield"></td>
<td colspan="13"> </td>
</tr>
<tr>
<td nowrap class="header">DATE OF REQUEST:</td>
<td colspan="2"><input type="text" name="choice2" onFocus="document.sample.button2.focus()" class="textfield"></td>
<td colspan="13"><input type="button" name="button22" value="CHOOSE DATE" onClick="getCalendarFor(document.sample.choice2)" class="bodytext"></td>
</tr>
<tr>
<td class="header">REASON FOR REQUEST: </td>
<td colspan="2"><select name="select" size="1">
<option>DISCLOSURE </option>
<option>REVIEW</option>
<option>RULE 61</option>
<option>RULE 70</option>
</select> </td>
<td colspan="13"> </td>
</tr>
<tr>
<td rowspan="3" bordercolor="#999999" bgcolor="#999999"><span class="header">CASE NUMBER : </span></td>
<td colspan="2" rowspan="3" bordercolor="#999999" bgcolor="#999999"><div align="center"><span class="style8">
<select name="select1" size="1" style="background-color:#FFFFD7" onChange="displaydesc(document.form1.select1, thetext1, 'textcontainer1')">
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-94-1/INDEX_1.htm"> IT-94-1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-94-2/INDEX_2.htm"> IT-94-2 </option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-3/INDEX_3.htm"> IT-95-3</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-4/INDEX_4.htm"> IT-95-4</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-5/INDEX_5.htm"> IT-95-5</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-18/INDEX_18.htm"> IT-95-18</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-6/INDEX_6.htm"> IT-95-6</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-8/INDEX_8.htm"> IT-95-8</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-9/INDEX_9.htm"> IT-95-9</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-10/INDEX_10.htm"> IT-95-10</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-11/INDEX_11.htm"> IT-95-11</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-12/INDEX_12.htm"> IT-95-12</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-13-1/INDEX_13-1.htm"> IT-95-13/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-13a/INDEX_13a.htm"> IT-95-13a</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14/INDEX_14.htm"> IT-95-14</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-1/INDEX_14-1.htm"> IT-95-14/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-2/INDEX_14-2.htm"> IT-95-14-2</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14.2.R77/Index_14.2.R77.htm"> IT-95-14.2.R77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-R77.2/Index_14R77.2.htm"> IT-95-14-R77.2</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14-R77.3/Index_14R77.3.htm"> IT-95-14-R77.3</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-14.R77.4/Index_14.R77.4.htm"> IT-95-14.R77.4</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-15/INDEX_15.htm"> IT-95-15</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-16/INDEX_16.htm"> IT-95-16</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-17/INDEX_17.htm"> IT-95-17</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-17-1/INDEX_17-1.htm"> IT-95-17/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-95-18/INDEX_18.htm"> IT-95-18</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-19/INDEX_19.htm"> IT-96-19</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-20/INDEX_20.htm"> IT-96-20</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-21/INDEX_21.htm"> IT-96-21</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-22/INDEX_22.htm"> IT-96-22</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-23/INDEX_23.htm"> IT-96-23</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-96-23-2/INDEX_23-2.htm"> IT-96-23/2</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-97-24/INDEX_24.htm"> IT-97-24</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-97-25/INDEX_25.htm"> IT-97-25</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-97-25-1/INDEX_25-1.htm"> IT-97-25/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-29/INDEX_29.htm"> IT-98-29</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-29-1/INDEX_29-1.htm"> IT-98-29/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-30 - IT-98-30-1a/Index_30-1-A.htm"> IT-98-30-1-A</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-32/INDEX_32.htm"> IT-98-32</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-33/INDEX_33.htm"> IT-98-33</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-33-1/INDEX_33-1.htm"> IT-98-33/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-34/INDEX_34.htm"> IT-98-34</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-99-36/INDEX_36.htm"> IT-99-36</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-99-36R77/Index_36R77.htm"> IT-99-36R77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-99-37_50_51/Index_37_50_51.htm"> IT-99-37</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-39/Index_39.htm"> IT-00-39</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-39-40/Index_39-40.htm"> IT-00-39/40</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-40/Index_40.htm"> IT-00-40</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-41/Index_41.htm"> IT-00-41</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-42and42_1/Index_42and42_1.htm"> IT-01-42</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-00-43/Index_43.htm"> IT-00-43</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-44/Index_44.htm"> IT-01-44</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-45/Index_45.htm"> IT-01-45</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-46/Index_46.htm"> IT-01-46</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-47/Index_47.htm"> IT-01-47</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-01-48/Index_48.htm"> IT-01-48</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-54/Index_54.htm"> IT-02-54</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-54R77/Index_54R77.htm"> IT-02-54R77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-55/Index_55.htm"> IT-02-55</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-57/Index_57.htm"> IT-02-57</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-58/Index_58.htm"> IT-02-58</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-98-32-1/Index_32-1.htm"> IT-02-32/1</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-59/Index_59.htm"> IT-02-59</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-60/Index_60.htm"> IT-02-60</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-61/Index_61.htm"> IT-02-61</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-63/Index_63.htm"> IT-02-63</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-64/Index_64.htm"> IT-02-64</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-02-65/Index_65.htm"> IT-02-65</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-66/Index_66.htm"> IT-03-66</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-66r77/Index_66r77.htm"> IT-03-66r77</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-67/Index_67.htm"> IT-03-67</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-68/Index_68.htm"> IT-03-68</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-69/Index_69.htm"> IT-03-69</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-70/Index_70.htm"> IT-03-70</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-72/Index_72.htm"> IT-03-72</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-03-73/Index_73.htm"> IT-03-73</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-74/Index_74.htm"> IT-04-74</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-78/Index_78.htm"> IT-04-78</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-79/Index_79.htm"> IT-04-79</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-80/Index_80.htm"> IT-04-80</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-81/Index_81.htm"> IT-04-81</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-82/Index_82.htm"> IT-04-82</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-83/Index_83.htm"> IT-04-83</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-04-84/Index_84.htm"> IT-04-84</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-05-86/Index_86.htm"> IT-05-86</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-05-87/Index_87.htm"> IT-05-87</option>
<option value="http://intranet/ArchivesDION/Archive_Omar/IT-05-88/Index_88.htm"> IT-05-88</option>
</select>
</span></div>
<label> </label>
<div align="center">
<input type="submit" name="Submit4" value="ADD ANOTHER CASE">
</div></td>
<td width="130" bordercolor="#999999" bgcolor="#999999" class="style13"> EX-PARTE:</td>
<td colspan="12" bordercolor="#999999" bgcolor="#999999"><input name="radiobutton" type="radio" value="radiobutton"></td>
</tr>
<tr>
<td bordercolor="#999999" bgcolor="#999999"><span class="style8">CONFIDENTIAL: </span></td>
<td colspan="12" bordercolor="#999999" bgcolor="#999999"><input name="radiobutton" type="radio" value="radiobutton"></td>
</tr>
<tr>
<td bordercolor="#999999" bgcolor="#999999"><span class="style5"><strong>PUBLIC</strong>:</span></td>
<td colspan="12" bordercolor="#999999" bgcolor="#999999"><input name="radiobutton" type="radio" value="radiobutton"></td>
</tr>
<tr>
<td nowrap bordercolor="#999999" bgcolor="#999999"><span class="header">DATE OF COURT SESSION: </span></td>
<td colspan="2" bordercolor="#999999" bgcolor="#999999"><input type="text" name="choice3" onFocus="document.sample.button2.focus()" class="textfield"></td>
<td colspan="13" bordercolor="#999999" bgcolor="#999999"><input type="button" name="button222" value="CHOOSE DATE" onClick="getCalendarFor(document.sample.choice3)" class="bodytext">
<input type="submit" name="Submit5" value="ADD ANOTHER DATE"></td>
</tr>
<tr>
<td rowspan="9" bordercolor="#999999" bgcolor="#999999" class="header"><div align="center">FORMAT: </div></td>
<td colspan="2" rowspan="2" bordercolor="#999999" bgcolor="#999999"><span class="header">DVCAM</span></td>
<td bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox" value="checkbox">
<span class="header">VE </span></td>
<td width="42" bordercolor="#999999" bgcolor="#CCCCCC" class="header">VE1</td>
<td width="40" bordercolor="#000000" bgcolor="#CCCCCC"><div align="center">
<input name="textfield" type="text" size="6">
</div></td>
<td width="21" bordercolor="#000000" bgcolor="#CCCCCC"><input type="checkbox" name="checkbox7" value="checkbox"></td>
<td width="42" bordercolor="#000000" bgcolor="#999999" class="header">VE2</td>
<td width="36" bordercolor="#000000" bgcolor="#999999"><div align="center">
<input name="textfield3" type="text" size="6">
</div></td>
<td width="20" bordercolor="#000000" bgcolor="#999999"><input type="checkbox" name="checkbox72" value="checkbox"></td>
<td width="38" bordercolor="#000000" bgcolor="#CCCCCC" class="header">VE3</td>
<td width="36" bordercolor="#000000" bgcolor="#CCCCCC"><input name="textfield32" type="text" size="6"></td>
<td bordercolor="#000000" bgcolor="#CCCCCC"><input type="checkbox" name="checkbox722" value="checkbox"></td>
<td bordercolor="#000000" bgcolor="#999999" class="header">VE4</td>
<td bordercolor="#000000" bgcolor="#999999"><input name="textfield322" type="text" size="6"></td>
<td bordercolor="#000000" bgcolor="#999999"><input type="checkbox" name="checkbox723" value="checkbox"></td>
</tr>
<tr>
<td bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox2" value="checkbox">
<span class="header">VEB</span></td>
<td bordercolor="#999999" bgcolor="#999999" class="header">VEB1</td>
<td bordercolor="#000000" bgcolor="#999999"><div align="center">
<input name="textfield2" type="text" size="6">
</div></td>
<td bordercolor="#000000" bgcolor="#999999"><input type="checkbox" name="checkbox7" value="checkbox"></td>
<td bordercolor="#000000" bgcolor="#CCCCCC" class="header">VEB2</td>
<td bordercolor="#000000" bgcolor="#CCCCCC"><div align="center">
<input name="textfield4" type="text" size="6">
</div></td>
<td bordercolor="#000000" bgcolor="#CCCCCC"><input type="checkbox" name="checkbox72" value="checkbox"></td>
<td bordercolor="#000000" bgcolor="#999999" class="header">VEB3</td>
<td bordercolor="#000000" bgcolor="#999999"><input name="textfield33" type="text" size="6"></td>
<td width="20" bordercolor="#000000" bgcolor="#999999"><input type="checkbox" name="checkbox722" value="checkbox"></td>
<td width="38" bordercolor="#000000" bgcolor="#CCCCCC" class="header">VEB4</td>
<td width="36" bordercolor="#000000" bgcolor="#CCCCCC"><input name="textfield3222" type="text" size="6"></td>
<td width="28" bordercolor="#000000" bgcolor="#CCCCCC"><input type="checkbox" name="checkbox7232" value="checkbox"></td>
</tr>
<tr>
<td colspan="2" rowspan="5" bordercolor="#999999" bgcolor="#999999"><span class="header">AUDIO MATERIAL</span></td>
<td bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox22" value="checkbox">
<span class="header">FTR</span></td>
<td nowrap bordercolor="#999999" bgcolor="#CCCCCC"><span class="header">FTR-1</span></td>
<td bordercolor="#999999" bgcolor="#CCCCCC"><div align="center">
<input name="textfield22" type="text" size="6">
</div></td>
<td bordercolor="#999999" bgcolor="#CCCCCC"> </td>
<td nowrap bordercolor="#999999" bgcolor="#999999"><span class="header">FTR-2</span></td>
<td bordercolor="#999999" bgcolor="#999999"><div align="center">
<input name="textfield222" type="text" size="6">
</div></td>
<td bordercolor="#999999" bgcolor="#999999"> </td>
<td colspan="6" nowrap bordercolor="#999999" bgcolor="#CCCCCC"> </td>
</tr>
<tr>
<td colspan="2" rowspan="4" bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox23" value="checkbox">
<span class="header">TAPE</span></td>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="header">ENGLISH </td>
<td colspan="9" bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox3" value="checkbox"></td>
</tr>
<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="header">FRENCH </td>
<td colspan="9" bordercolor="#999999" bgcolor="#999999"><input type="checkbox" name="checkbox4" value="checkbox"></td>
</tr>