/[webpac]/trunk2/eurovoc/js/clear_last_search.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk2/eurovoc/js/clear_last_search.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 551 - (show annotations)
Tue Oct 26 22:32:42 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: application/javascript
File size: 205 byte(s)
search now follows from index to search and back, added clear button

1 function clear_last_search(form,input) {
2 set_cookie('w2_lastsearch','');
3 var form = document.getElementById(form);
4 var query = null;
5 if (form) query = form.elements[input].value = '';
6 return false;
7 }

  ViewVC Help
Powered by ViewVC 1.1.26