Bạn có thể tùy vào tên nhập vào mà có hành động khác nhau, như đoạn script sau:
Mã lệnh (JS) |
surfer=prompt("Hi, what's your name?","Anonymous Websurfer");
if (surfer==""||surfer==null){surfer="noname"} if (surfer=="filezguy"){document.write("Here are my filez! <link> <link> etc, you get the idea...")} else {document.write("Welcome to my page, "+surfer+"! Good luck");} |