IQ-1 Payment Page

MIT > IQ at MIT > MITIQ > IQ-1 Payment Page

MITIQ Home
Publications
CDO Forum
CDOIQ/IQIS
ICIQ Conference
RS4IQ
TDQM
Proceedings

 

Payment For <%= Request("x_description")%>

Description: <%= Request("x_description")%>
Total Amount : $<%= Request("x_amount") %> (USD)

<% Dim sequence Dim amount Dim ret ' Trim $ dollar sign if it exists amount = Request("x_amount") If Mid(amount, 1,1) = "$" Then amount = Mid(amount,2) End If ' Seed random number for more security and more randomness Randomize sequence = Int(1000 * Rnd) ' Now we need to add the SIM related data like fingerprint to the HTML form. ret = InsertFP (loginid, txnkey, amount, sequence) ' Insert other form elements similiar to legacy weblink integration Response.Write ("" & vbCrLf) Response.Write ("" & vbCrLf) Response.Write ("" & vbCrLf) %> You will be redirected to our payment gateway.(Authorize.net)
 
 
 
 
 
 
 
 
 
 

 

 

 

Copyright © 2011
M.I.T. Information Quality Program
All Rights Reserved
Send Feedback to Richard Wang