Guest User

Untitled

a guest
Jan 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function DoSearch() {
  2. with ( document.sForm )
  3. {
  4. if ( CheckInput() ) // bcp ok
  5. {
  6. ACTION.value="search";
  7. submit();
  8. }
  9. } // with
  10. }
Add Comment
Please, Sign In to add comment