home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / geld / bund / script.js < prev    next >
Encoding:
Text File  |  2001-10-31  |  222 b   |  11 lines

  1. function FncWriteForm(type,size)
  2. {
  3.     document.writeln('<input type="text" name="searchstring" size="');
  4.     if(document.all)
  5.     {
  6.         document.writeln('14');
  7.     }else{
  8.         document.writeln('7');
  9.     }
  10.     document.writeln('">');
  11. }