﻿/// <reference path="jquery-1.2.6-vsdoc.js" />
/// <reference path="jquery-1.2.6.js" />
function checkMAWB(form) {
    if (form.MAWB.value == "") {
        alert('请填写主运单号码');
        return;
    }
    form.submit();
}
function getMawb(iframe, txtbox) {
    document.getElementById(iframe).src = 'http://www.trackload.com/cgi-bin/rapidtrk.cgi?MAWB=' + document.getElementById(txtbox).value;
}

function getExpress(iframe, txtbox, select, mpe) {
    var obj = document.getElementById(select);
    var index = obj.selectedIndex;
    var val = obj.options[index].value;
    document.getElementById(iframe).src = 'http://www.trackload.com/cgi-bin/rapidtrk.cgi?MAWB=' + document.getElementById(txtbox).value + '&PREFIX=' + val;
}
function getEms(iframe, mpe) {
    document.getElementById(iframe).src = 'http://www.ems.com.cn/qcgzOutQueryAction.do?reqCode=gotoSearch&pl=doit';
    $find(mpe).show();
}

function getEmsNational(iframe, mpe) {
    document.getElementById(iframe).src = 'http://www.ems.com.cn/jsp/track/ttq/cha-xun-lian-jie.html';
    $find(mpe).show();
}

function clearText(txtUsername, txtPassword) {
    document.getElementById(txtUsername).value = "";
    document.getElementById(txtPassword).value = "";
}
