sea='<form method=post action=../../search.asp>'
sea=sea+'Keyword:<input type="text" name="keyword" size="10" style="width:100;height:22;">'
sea=sea+'<br>'
sea=sea+'<select name="condition">'
sea=sea+'<option value="title">Title</option> '
sea=sea+'<option value="content">Content</option> '
sea=sea+'</select> '
sea=sea+'<input type="submit" name="Submit" value=" Seach "> '
sea=sea+'</form>'
document.write(sea)