How to store the name entered through prompt ?
Anybody have idea how to store the vales inputed in a specified file using java script.
Let this program
<html>here i want to store the name entered in a text file.
<head>
<script type="text/javascript">
var p=prompt("enter your name");
</script>
</head>
</html>
Any idea!!