0

如何将 ISO 代码发送到我们的支付处理器?现在,省字段是一个自由文本框。我想把它切换到这个小提琴: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);

但是我的开发人员告诉我这不会发送 ISO 代码。我看不到可以在哪里插入 ISO 代码。

可以在此处找到将要使用的网站:

http://206.130.189.117/cww/
4

1 回答 1

0

这就是您所需要的,只需删除标志数据。

下载

于 2013-08-01T15:19:26.997 回答