|
|
|
@ -9,9 +9,9 @@ |
|
|
|
|
<a class="plr10 c4" href="/">首页</a>/<span class="plr10 c4">网站</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="search pull-right"> |
|
|
|
|
<form target="hid" onsubmit='getWeb(1,$$("#SearchValue").prop("value"))'> |
|
|
|
|
<form target="hid" onsubmit='getWeb(1,$("#SearchValue").prop("value"))'> |
|
|
|
|
<input type="text" id="SearchValue" class="ser-text pull-left" placeholder="网站搜索"/> |
|
|
|
|
<button type="button" class="ser-sub pull-left" onclick='getWeb(1,$$("#SearchValue").prop("value"))'></button> |
|
|
|
|
<button type="button" class="ser-sub pull-left" onclick='getWeb(1,$("#SearchValue").prop("value"))'></button> |
|
|
|
|
</form> |
|
|
|
|
<iframe name='hid' id="hid" style="display:none"></iframe> |
|
|
|
|
</div> |
|
|
|
|