dtll2016 2013-08-01 15:06
浏览 28

如何将ISO代码发送到支付处理器?

How can I send ISO codes to our payment processor? Right now the province field is a free text box. I would like to switch it to this fiddle: http://jsfiddle.net/RmvJ4/

Select Country:
 <select onchange="print_state('state',this.selectedIndex);" id="country" name = "country"></select> <br />
 City/District/State:
 <select name ="state" id = "state"></select>

print_country("country");
$('#country').val('Indonesia');
print_state('state',$('#country')[0].selectedIndex);

However my developer has told me that this will not send the ISO codes. I don't see where the ISO codes can be inserted.

The website that this will be used in can be found here:

http://206.130.189.117/cww/
  • 写回答

1条回答 默认 最新

  • dougu5847 2013-08-01 15:19
    关注

    This is what you need, just drop the flag data.

    Download

    评论

报告相同问题?

悬赏问题

  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算
  • ¥15 keil的map文件中Image component sizes各项意思