因此,在我的網站上啓用了paypal,但是當用戶單擊「立即購買」按鈕時,我想在向paypal.com重定向之前向商店所有者發送電子郵件。我無法想象如何爲我的生活做到這一點,因爲(我不認爲)它在重定向之前曾經回傳到我的頁面。有任何想法嗎?這封電子郵件發送至關重要。該頁面在C#中的asp.net中。如何在頁面重定向之前發送電子郵件
PayPal的代碼是:
form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="form1" runat="server">
input type="hidden" name="cmd" value="_xclick" />
input type="hidden" name="lc" value="US" />
input type="hidden" name="item_name" value="Lollipops Gift Baskets Order" />
input type="hidden" id="paypal_amount" runat="server" name="amount" value="56.00" />
input type="hidden" name="currency_code" value="USD" />
input type="hidden" name="button_subtype" value="products" />
input type="hidden" name="tax_rate" value="0.000" />
input type="hidden" id="paypal_shipping" runat="server" name="shipping" value="0.00" />
input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" id="submit1" runat="server" />
img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
/form>
你如何做第一個要點? – Danni 2010-01-08 03:09:56