<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<script type="text/javascript">
// *********************************************************
// フォームのチェック
// *********************************************************
function CheckData() {
var target = document.getElementsByName("domains")[0].value;
document.getElementsByName("sitesearch")[0].value = target;
return true;
}
</script>
</head>
<body>
<form method=get action="http://www.google.co.jp/search"
onSubmit='return CheckData()'
target="_blank"
>
<table style='background-color:white'><tr valign=top><td>
<a href="http://www.google.co.jp/">
<img src="http://www.google.com/logos/Logo_40wht.gif"
border="0" alt="Google" align="absmiddle" /></a>
</td>
<td style='font-family:"MS Pゴシック";color:black'>
<input type=text name=q size=31 maxlength=255 value="ストアードプロシージャ" />
<input type=hidden name=ie value="utf-8" />
<input type=hidden name=oe value="utf-8" />
<input type=hidden name=hl value="ja" />
<input type=submit name=btnG value="Google 検索" />
<font size=-1>( *.ドメインという形式も利用できる )</br />
対象サイト(domain/dir/dir/・・・)<br />
<input type=text name=domains value="winofsql.jp/sqlserver" size="50" /><br />
<input type=radio name=sitesearch value="winofsql.jp/sqlserver" checked />
入力したサイトを検索
<input type=radio name=sitesearch value="" />WWW を検索
</font>
</td></tr></table>
</form>
<form method=get action="http://www.google.co.jp/search"
target="_blank"
>
<table style='background-color:white'><tr valign=top><td>
<a href="http://www.google.co.jp/">
<img src="http://www.google.com/logos/Logo_40wht.gif"
border="0" alt="Google" align="absmiddle" /></a>
</td>
<td style='font-family:"MS Pゴシック";color:black'>
<input type=text name=q size=31 maxlength=255 value=""Windows8 Metro Style"" />
<input type=hidden name=ie value="utf-8" />
<input type=hidden name=oe value="utf-8" />
<input type=hidden name=hl value="ja" />
<input type=submit name=btnG value="Google 検索" />
<font size=-1>
<input type=hidden name=domains value="ginpro.winofsql.jp" /><br />
<input type=radio name=sitesearch value="ginpro.winofsql.jp" checked />
ginpro.winofsql.jp を検索
<input type=radio name=sitesearch value="" />WWW を検索
</font>
</td></tr></table>
</form>
</body>
</html>
|