setTimeout
function onFromCitySelected()
{
isFromCitySelected=true;
document.getElementById('<%=btnGetContinentCountryFrom.ClientID %>').click();
setTimeout
(
function()
{
if (document.getElementById('<%=lblMOP.ClientID %>').innerText == "MOPTM07/065A")
{
document.getElementById('<%=txtPortFromDetail.ClientID %>').value = "Tanjung Priok Port";
}
},
1000
);
}
setTimeout JavaScript
Labels:
JavaScript
0 komentar:
Posting Komentar