searchform.html
来自「OpenCMS内容管理入门指南」· HTML 代码 · 共 14 行
HTML
14 行
<table border="0">
<tr>
<td width="200">
<form action="Results.html" method="post">
<fieldset>
<legend title="Search Form">Search Form</legend>
<input name="query" type="text" value="Search..." onfocus="this.value=''" title="Search" />
<input class="searchsubmit" type="submit" value="Go" title="Go" />
<input type="hidden" name="index" value="Online project (VFS)"/>
</fieldset>
</form>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?