Web pages are able to put up a dialog that asks for a line of textual input. The Javascript code to do this looks like this:
x = prompt('Please Enter Your User Name','')
Unfortunately Internet Explorer doesn't display the supplied text in the dialog, so you can't tell what IE is asking for.
x = prompt('Please Enter Your User Name','')
Unfortunately Internet Explorer doesn't display the supplied text in the dialog, so you can't tell what IE is asking for.