|
<script language=javascript>
<!--
beginPhrase = "Xin chào ";
YourName = window.prompt("Vui lòng nhập Tên của bạn:"," ");
Welcome = ". Welcom to it2know.net.";
finalPhrase = beginPhrase + YourName + Welcome ;
window.document.write(finalPhrase);
//-->
</script> |