| <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> | |