

var Indexsearch="";
Indexsearch+="<table border=0 cellpadding=0 cellspacing=0 width=100%>";
Indexsearch+="<form name='searchform' action='/movsearch.aspx' method='post' onsubmit=\"javascript:if(this.serword.value=='' || this.serword.value=='请输入查询关键字'){alert('请输入查询关键字');this.serword.focus();return false;}   if(this.serword.value.length>40 ){alert('您输入的关键字太多！');this.serword.focus();return false;}\">";
Indexsearch+="<tr>";
Indexsearch+="<td align=right><font style='font-size:13px; color:#000000'>综合搜索：</font></td>";
Indexsearch+="<td width=75>";
Indexsearch+="<select size=1 name=selectclass><option value=1 selected>电影</option><option value=2>电视剧</option><option value=3>动漫</option><option value=4>休闲视频</option></select>";
Indexsearch+="</td>";
Indexsearch+="<td width=75>";
Indexsearch+="<select size=1 name=selectitem><option value=100 selected>影片名</option><option value=5>演员名</option><option value=6>导演名</option></select>";
Indexsearch+="</td>";
Indexsearch+="<td><input name=serword value=\"请输入查询关键字\" size=\"15\" onmouseover=\"javascript:if(value=='请输入查询关键字')value='';this.focus();\"></td>";
Indexsearch+="<td><input type='image' name='btn_submit' src='/image/movPic/go.gif'></td>";
Indexsearch+="</tr>";
Indexsearch+="</form>";
Indexsearch+="</table>";



document.write(Indexsearch);

