Changes between Version 1 and Version 2 of StoreRedirect


Ignore:
Timestamp:
Jun 22, 2012 1:45:44 AM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StoreRedirect

    v1 v2  
    44Если перенаправление не произойдет автоматически, кликните на кнопку ниже.
    55
    6 <form method="POST" action=" https://merchant.roboxchange.com/Index.aspx">
     6<form id="robox" method="POST" action=" https://merchant.roboxchange.com/Index.aspx">
    77<input type="hidden" name="MrchLogin" value="%(login)s"/>
    88<input type="hidden" name="OutSum" value="%(amount).02f"/>
     
    1717</form>
    1818
     19<script type="text/javascript">
     20  var forms = document.getElementsById('robox');
     21  alert(forms);
     22</script>
     23
    1924}}}