LoginSignup
2
2

More than 5 years have passed since last update.

楽天のショップ内検索窓

Last updated at Posted at 2017-10-04

文字コードはEUC-JP(それ以外のコードにすると検索結果が文字化けします)

オリジナルボタンなどを使わないときは、下記のデフォルトボタンの時を使用

html
<form method="get" action="http://esearch.rakuten.co.jp/rms/sd/esearch/vc" target="_top" accept-charset="euc-jp">
<input type="hidden" name="sv" value="6">
<input type="hidden" name="sid" value="●店舗ID●">
<input type="hidden" name="su" value="●店舗URL●">
<input type="hidden" name="sn" value="ショップ名称">
<input type="text" name="sitem" class="formtext">
<input type="hidden" name="f" value="A">

<!--▽画像ボタンの時-->
<p class="search-btn"><input type="image" alt="検索" width="30" height="25" src="img/header_btn_search.jpg" /></p>

<!--▽デフォルトボタンの時-->
<!--<input type="submit" value="検索" onclick="document.charset='EUC-JP'; document.rakutenSubmit.submit();" />-->
</form>
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2