quote:
Originally posted by matty
quote:
Originally posted by tuelskad
Yes.
It isn't possible in JScript/Javascript. There isn't an equivalent function. This is a VBScript/Visual Basic function.
Javascript:
prompt("What is your name?", "Please enter your name...");
Or in address box:
javascript:prompt("What is your name?", "Please enter your name...");
Although it has no equivalent in MsgPlus, is there not a Windows API like there is for MsgBox?