出来るのだASP Q&A掲示板(過去LOG)
訪問数 52046
昨日 889
今日 776 【PR】 パソコン入門からIT専門書まで幅広く取り揃えています。セブン-イレブン受取り手数料無料のセブンアンドワイ。 |
![]() ![]() ![]() ![]() ![]() |
[5044] Re:検索文字の受渡し |
投稿者:morさん 2005/06/06 14:26:21 |
こんにちは。 私がやるなら、Javascriptを使います。 <html> <head> <script language="javascript"> function f(str) { form1.test1.value = str; form1.submit(); } </script> </head> <body> <a href="javascript:f('あ')"><img src="gif.gif"></a> <form name="form1" action="aaa.html"> <input type="text" name="test1"> </form> </body> </html> |
![]() ![]() ![]() |
![]() ![]() ![]() ![]() ![]() |
TreeBBS For ASP V.0.1.3 |