<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> div { text-align: center; } </style> </head> <body> <div style="margin-top:50px"> </div> <!-- SiteSearch Google --> <div> ≪HTMLソース貼り付け(上段)≫ <form method="get" action="http://www.google.co.jp/search" target="_blank"> <table bgcolor="#FFFFFF"> <tr valign="top"/> <td> <a href="http://www.google.co.jp/" target="_blank"/> <img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"/></a> </td> <td> <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"/> <input type="hidden" name="domains" value="www.xox.bz"/><br/> <input type="radio" name="sitesearch" value=""/> WWW を検索 <input type="radio" name="sitesearch" value="www.xox.bz" checked="checked"/> www.xox.bz を検索 </td> </tr> </table> </form> </div> <!-- SiteSearch Google --> <div style="margin-top:50px"> </div> <div> ≪ASPボタンでResponse.Redirect(下段)≫ <form id="form1" runat="server"> サイト内検索:<asp:TextBox ID="txtKeyword" runat="server"></asp:TextBox> <asp:Button ID="btnSearch" runat="server" Text="Google 検索" /> </form> </div> </body> </html>