C# と VB.NET の質問掲示板

わんくま同盟

ASP.NET、C++/CLI、Java 何でもどうぞ

C# と VB.NET の入門サイト


(過去ログ 45 を表示中)
■24388 / )  Re[1]: ページ間のデータ受渡しに関して
□投稿者/ ま (117回)-(2008/09/02(Tue) 13:33:15)
No24374 (ポップ さん) に返信
> <form name="ser" method="POST" action="ser.asp">
> <input name="A" type="hidden" value="1">
> <input name="B" type="hidden" value="2">
> <input name="C" type="hidden" value="3">
> <input type="submit" value="   結 果   ">
> </form>


<style>
.xlink, .xlinkov, .xlinkou {
border:none;
background-color:transparent;
text-decoration:underline;
color:blue;
cursor:hand;
}
.xlinkov {
color:red;
}
.xlinkou {
color:blue;
}
</style>
<form name="ser" method="POST" action="ser.asp">
<input name="A" type="hidden" value="1">
<input name="B" type="hidden" value="2">
<input name="C" type="hidden" value="3">
<input type="submit" value="   結 果   " class="xlink"
onmouseover="this.className='xlinkov'"
onmouseout="this.className='xlinkou'">
</form>


こうすると、リンクに見える。が凹むアクションが気になる、、、気になりだすと止まらない・・・



返信 編集キー/


管理者用

- Child Tree -