Link to home
Start Free TrialLog in
Avatar of william007
william007

asked on

How to prompt a message box to enter a value

<html>
<script>
var i;
i = prompt("Pls enter your value");
alert(i);
</script>
</html>

Using the above code we can prompt a message box to let the user enter the value in javascript.
Is there any equivalent prompt function in VB 6?
ASKER CERTIFIED SOLUTION
Avatar of Computron
Computron

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Computron
Computron

that URL is weird, make sure you paste the whole thing when looking
Avatar of william007

ASKER

Thanks:-)
You're welcome