阅读背景:

selectedOptions [0] .textContent;不在IE或Firefox中工作

来源:互联网 
function call(op) {
    var x = op.selectedOptions[0].textContent;
    var n = x.substring(0, 3);
    //alert(n);
    document.pts.inputbox.value = n;
    document.pts.submit();
}
function call(op) {
    var x = op.selectedOpti



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: