📄 searchbar.php
字号:
<script>
function productCheck(){
var Name = document.form1.search_str.value;
window.open("product_search.php?search_str="+Name,"Check","width=785,height=570,status=0,scrollbars=1,resizable=1,menubar=0,toolbar=0,location=0");
}
</script>
<form name="form1" method="post" action="votecount.php">
<table width="100%" border="0">
<tr>
<td align="center">产品搜索:
<input type="text" name="search_str">
<input type="button" name="button1" value="查找"
onClick="productCheck();">
</td>
<tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -