How to store the name entered through prompt ?

Morningdot Hablu

Morningdot Hablu

@morningdot-6Xuj4M Oct 23, 2024
Hello friends,
Anybody have idea how to store the vales inputed in a specified file using java script.
Let this program
<html>
<head>
<script type="text/javascript">
var p=prompt("enter your name");
</script>
</head>
</html>
here i want to store the name entered in a text file.
Any idea!!

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Sep 23, 2010

    where do you want to store it?
  • Reya

    Reya

    @reya-SMihdC Sep 23, 2010

    where do u want to store the name?
  • Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M Sep 23, 2010

    As i mentioned i want to store the name in a text file which can be stored on the HDD.