test

惑@?Diary 2003/05/20を見て。

<form method="POST" action="/smoking186/searchdiary" style="margin: 0;">
 <font color="#E75852" size="2">
 <input type="text" name="word" value="" size="18" style="font-size: 8pt">
 <input type="image" name=".submit" src="/images/searchgr.gif" align="top" width="34" height="20" border="0">
 <br>
 <img border="0" src="/images/dot.gif" width="1" height="3" alt="">
 </font>
</form>

うまくいかない。ならばどうするのか。
考えられる理由。
実はserchgr.gifが/smoking186/images/の中には無い。d.hatena.ne.jp/images/の下にある様子。しかも俺の環境から見ると赤い検索というボタンが見えるのさね。果てさて。
使えるサーバーに検索ボタンをアップしておいて呼び出すのが無難と思われますですよ。

<form method="POST" action="/smoking186/searchdiary" style="margin: 0;">
  <input type="text" name="word" value="" size="18" style="font-size: 8pt">
   <input type="image" name=".submit" src="http://smoking186.rocket3.net/image/ad/searchgr.gif" align="top" width="34" height="20" border="0">
<br>
<img border="0" src="/images/dot.gif" width="1" height="3" alt="">
</form>

これでも上手く行きませんな。何故でしょう。はて、さて。

更新した後、ソースを見ると、form中、<input type="image">中のsrc="hogehoge.gif"が消えてます。これが原因か。

はてなダイアリー利用可能タグ」と「はてなダイアリーXSS対策」関係と見た。