File size: 1,233 Bytes
94f6f0e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="JavaScript" type="text/JavaScript">
function SaveAndClose()
{
window.location = 'setpg:save';
window.location = 'setpg:close';
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="blue" vlink="blue" alink="blue">
<center><table width="75%" border="0">
<tr>
<td valign="top" class="text"><input type="checkbox" id="AutoComplete"> Auto-complete
search words</td>
</tr>
<tr>
<td valign="top" class="text"><input type="checkbox" id="KeepHistory"> Enable
search history</td>
</tr>
<tr>
<td valign="top" class="text"><input type="checkbox" id="RunSearchAutomatically"> Run
search when search history item is selected</td>
</tr>
<tr>
<td valign="top" class="text"><input type="checkbox" id="UpdateAutomatically"> Update
Deskbar automatically</td>
</tr>
</table></center>
<br>
<table width="100%" border="0">
<tr>
<td class="text" align="center" width="50%"><a href="javascript:SaveAndClose();">OK</a></td>
<td class="text" align="center"><a href="setpg:close">Cancel</a></td>
</tr>
</table>
</body>
</html>
|