Are you a permanent resident alien (PR)? Yes No {codestart}<SCRIPT language=javascript> function clearVISA() { var b = " "; // avoid EAGLE blanksquish if(document.getElementById('vs').checked) { document.FORM1.WBAPRAN2.value = ''; document.FORM1.WBAPVEXP.value = ''; document.FORM1.WBAPRAN2.disabled = true; document.FORM1.WBAPRAN2.selectedIndex = 0; document.FORM1.WBAPVEXP.disabled = true; document.FORM1.WBAPRANO.disabled = false; } else { // not PRA document.FORM1.WBAPRANO.value = ''; document.FORM1.WBAPRAN2.disabled = false; document.FORM1.WBAPVEXP.disabled = false; document.FORM1.WBAPRANO.disabled = true; } }
</script>{codeend}
If yes, please provide your resident alien (PR) number.
这我怎么写啊,我应该选YES,然后添我的身份证号码是吗?
|