「amazonで割引」の版間の差分
提供: dsk's note
細 |
細 |
||
(同じ利用者による、間の5版が非表示) | |||
1行目: | 1行目: | ||
+ | {{google/ad/01}} | ||
+ | {{google/ad/03}} | ||
+ | |||
+ | AmazonのURLに任意の数値(1〜99)を指定する事で、○○%以上割引された商品の検索結果を出力する事ができる。 | ||
+ | ===例=== | ||
+ | ;90%以上:&pct-off=90- | ||
+ | ;50%〜90%割引:&pct-off=50-80 | ||
+ | |||
+ | ===割引検索フォーム=== | ||
<html> | <html> | ||
− | |||
<form title="Amazon.co.jp" method="get" action="http://www.amazon.co.jp/exec/obidos/external-search" target="_blank"> | <form title="Amazon.co.jp" method="get" action="http://www.amazon.co.jp/exec/obidos/external-search" target="_blank"> | ||
<input value="mr0-22" name="tag" type="hidden" /> | <input value="mr0-22" name="tag" type="hidden" /> | ||
45行目: | 53行目: | ||
<option value="90-">-90%</option> | <option value="90-">-90%</option> | ||
</select> | </select> | ||
− | <input type="text" name="keyword" id="keyword" size="20" class="box" value=" | + | <input type="text" name="keyword" id="keyword" size="20" class="box" value="" onblur="if ( this.value == '' ) this.value='Amazon検索';" onfocus="if ( this.value == 'Amazon検索' ) this.value='';" /> |
− | <input type="submit" value=" | + | <input type="submit" value="検索" class="btn" /> |
</form> | </form> | ||
− | |||
</html> | </html> |
2014年5月23日 (金) 20:25時点における最新版
AmazonのURLに任意の数値(1〜99)を指定する事で、○○%以上割引された商品の検索結果を出力する事ができる。
例
- 90%以上
- &pct-off=90-
- 50%〜90%割引
- &pct-off=50-80
割引検索フォーム