" //Emphasize label var s2="
"+label+"
" //Create a Close Button and Finish Table var s3="
" //Create the window popup=window.open("","popdialog","scrollbars=no,height=160,width=300") popup.document.write(s1+s2+msg+s3) popup.document.close() } function intelligencetest(msg) { var ans=prompt(""+msg,"Your answer goes HERE"); if(!ans) alert("You didn't answer.") else if(ans.toUpperCase()=="EXAMPLES1B.HTML") alert("Nice") else alert("Try Again") }
Fifth Example
Sixth Example
Seventh Example