clistctrl 使用技巧--小浪的博客.htm
来自「一个由MFC做的学生信息管理系统」· HTM 代码 · 共 171 行 · 第 1/4 页
HTM
171 行
</div>
<div class="operation">
<a name="search"><H3>搜索</H3></a>
<script type="text/javascript">
<!--
function submitFormWithChannel(channelname) {
document.gform.channel.value=channelname;
document.gform.submit();
return;
}
//-->
<!-- End of Script for Clickable Google Logo -->
</script>
<form id="gform" name="gform" method="get" action="http://www.google.cn/search" target="_top">
<table border="0" bgcolor="#ffffff" width=700>
<tr>
<td nowrap="nowrap" valign="center" align="middle" height="32">
<!-- Clickable Google Logo -->
<a href="javascript:submitFormWithChannel('logo')">
<img src="http://blogteam.bokee.com/pub/images/logo_Google.gif" alt="Google" width="75" height="23" border="0" align="middle"> </a>
<!-- END of Clickable Google Logo -->
<!-- Google Web Union Search Box -->
<input type="text" name="q" size="40" maxlength="255" value=""></input>
<input type="button" name="sb" value="站内搜索" onclick="javascript:document.getElementById('channel').value='sitesearch';document.getElementById('sitesearch').value='bokee.com';document.getElementById('gform').submit();">
</input>
<input type="button" name="sa" value="搜索" onclick="javascript:document.getElementById('channel').value='internetsearch';document.getElementById('sitesearch').value='';document.getElementById('gform').submit();">
</input>
<input type="hidden" id="sitesearch" name="sitesearch" value="" />
<input type="hidden" name="client" value="aff-bokee">
</input>
<input type="hidden" name="ie" value="gbk">
</input>
<input type="hidden" name="oe" value="gbk">
</input>
<input type="hidden" name="hl" value="zh-CN">
</input>
<input type="hidden" id="channel" name="channel" value="search">
</input></td>
<td nowrap="nowrap"><!-- End of Google Web Union Search Box --> </td>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?