現在、以下のようなiframeのソースを他社のページのソースから
コピーさせてもらい、自社用に、値段やRAC番号などを修正したのですが、
購入ボタンを押しても反応しません。
何が間違っていますでしょうか。
教えてください。お手数をお掛けしますが、宜しくお願い致します。
<html>
<head>
<base target="_top">
<meta charset="Shift_JIS">
<style type="text/css">
#doukon *{font-size:12px;margin:0;padding:0;line-height:1.2;word-break:break-all;}
</style>
</head>
<body>
<table id="doukon" style="margin: 0px; padding: 0px; border: 1px solid rgb(153, 153, 153); border-image: none; width: 300px; border-collapse: separate; border-spacing: 10px;">
<tbody>
<tr><form action="
https://basket.step.rakuten.co.jp/rms/mall/bs/cartadd/set" method="post"></form>
<td align="center" valign="top" style="padding: 5px; border: 1px solid rgb(153, 153, 153); border-image: none;">
<table style="margin: 0px; padding: 0px;">
<tbody><tr><td align="center" valign="top" style="width: 261px; height: 261px;">
<a style="font-size: 14px; text-decoration: none;" href="
https://item.rakuten.co.jp/SHOP-URL/ITEM-URL/" target="_blank"><img width="251" style="border: 0px currentColor; border-image: none; margin-top: 5px; margin-bottom: 5px;" alt="風呂敷" src="
https://image.rakuten.co.jp/SHOP-URL/cabinet/01355757/01390187/imgrc0124956675.jpg"></a> </td></tr>
<tr><td align="center" valign="top">
<p class="name"><a style="font-size: 14px; text-decoration: none;" href="
https://item.rakuten.co.jp/SHOP-URL/ITEM-URL/" target="_blank">風呂敷</a></p>
<p class="price"><strong style="color: rgb(255, 0, 0); font-size: 19px;">324円</strong></p>
</td></tr>
<tr><td align="center" valign="bottom">
<div align="center" style="width: 100%; font-size: 17px; margin-top: 5px;">個数
<input name="units" style="padding: 5px 0px 5px 6px; width: 21px; height: 21px;" type="text" size="4" value="1">
</div>
<div align="center" style="width: 100%; margin-top: 5px;">
<input style="width: 65px; height: 20px; text-align: center; color: rgb(0, 0, 0);" type="submit" value="購入">
</div>
<input name="__event" type="hidden" value="ES01_003_001">
<input name="shop_bid" type="hidden" value="morinoen95">
<input name="item_id" type="hidden" value="10000783">
<input name="inventory_flag" type="hidden" value="1">
</td></tr>
</tbody></table>
</td>
</tr></tbody></table>
</body>
</html>