1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
<script language="JavaScript" type="text/JavaScript"> function MM_findObj(n, d) { //v4.01 var p, i, x; if (!d) d = document; if ((p = n.indexOf("?")) > 0 && parent.frames.length) { d = parent.frames[n.substring(p + 1)].document; n = n.substring(0, p); } if (!(x = d[n]) && d.all) x = d.all[n]; for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n]; for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document); if (!x && d.getElementById) x = d.getElementById(n); return x; } function MM_showHideLayers() { //v6.0 var i, p, v, obj, args = MM_showHideLayers.arguments; for (i = 0; i < (args.length - 2); i += 3) if ((obj = MM_findObj(args[i])) != null) { v = args[i + 2]; if (obj.style) { obj = obj.style; v = (v == 'show') ? 'visible' : (v == 'hide') ? 'hidden' : v; } obj.visibility = v; } } </script> <input name="btn_price" type="button" class="m" value="立即购买" onclick='window.open("http://china.alibaba.com/offer/make_order.htm?offerid=35317981&tracelog=auction_ykjdetail_buy1")' onmouseover="MM_showHideLayers('Layer1','','show')" onmouseout="MM_showHideLayers('Layer1','','hide')"> <div id="Layer1" style="position:absolute; left:0px; top:0px; background-color: #FFFFFF; z-index:1; visibility: hidden; width: 244px; height: 107px;" onmouseover="MM_showHideLayers('Layer1','','show')" onmouseout="MM_showHideLayers('Layer1','','hide')"> <table width="100%" border="0" cellspacing="0" cellpadding="2" style="border-left:1px #FF7300 solid;border-top:1px #FF7300 solid;border-right:1px #FF7300 solid;border-bottom:1px #FF7300 solid;"> <tr> <td colspan="2"> <font color="#ff0000" class="S"> 只需 3 步就可完成采购,<br> 您将在下一步预览并确认购买!</font> </td> </tr> <tr> <td width="8%" align="right"> 1、 </td> <td width="92%" class="S"> 确认购买货物 </td> </tr> <tr> <td align="right" valign="top"> 2、 </td> <td class="S"> 与卖家联系确认交易细节,并支付货款到支付宝安全帐户 </td> </tr> <tr> <td align="right"> 3、 </td> <td class="S"> 卖家给您发货 </td> </tr> </table> </div> |