「amazonで割引」の版間の差分

提供: dsk's note
移動: 案内検索
 
(同じ利用者による、間の3版が非表示)
1行目: 1行目:
 +
{{google/ad/01}}
 +
{{google/ad/03}}
 +
 +
AmazonのURLに任意の数値(1〜99)を指定する事で、○○%以上割引された商品の検索結果を出力する事ができる。
 +
===例===
 +
;90%以上:&pct-off=90-
 +
;50%〜90%割引:&pct-off=50-80
 +
 +
===割引検索フォーム===
 
<html>
 
<html>
<div id="amazon_search">
 
 
<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" />
46行目: 54行目:
 
</select>
 
</select>
 
<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="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="GO!" class="btn" />
+
<input type="submit" value="検索" class="btn" />
 
</form>
 
</form>
</div><br><br>
 
 
</html>
 
</html>

2014年5月23日 (金) 20:25時点における最新版

AmazonのURLに任意の数値(1〜99)を指定する事で、○○%以上割引された商品の検索結果を出力する事ができる。

90%以上
&pct-off=90-
50%〜90%割引
&pct-off=50-80

割引検索フォーム