home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
com!online 2002 January
/
com! 2002.01.iso
/
geld
/
bund
/
script.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-31
|
222 b
|
11 lines
function FncWriteForm(type,size)
{
document.writeln('<input type="text" name="searchstring" size="');
if(document.all)
{
document.writeln('14');
}else{
document.writeln('7');
}
document.writeln('">');
}