source: trunk/Packages/synapse/docs/help/tip_form.js

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 432 bytes
Line 
1// Tipue 1.63 (modified for pasdoc)
2
3
4// ---------- script properties ----------
5
6
7var results_location = "_tipue_results.html";
8
9
10// ---------- end of script properties ----------
11
12
13function search_form(tip_Form) {
14 if (tip_Form.d.value.length > 0) {
15 document.cookie = 'tid=' + escape(tip_Form.d.value) + '; path=/';
16 document.cookie = 'tin=0; path=/';
17 parent.content.location.href = results_location;
18 }
19}
Note: See TracBrowser for help on using the repository browser.