I’m trying to write a code to extract some form data from a HTML file and save them in a file using Javascript.
Example: Name, Password and email should be stored in a file (text or XML) so that i can use it later.
How can i do it? i’m new to JavaScript !!!
Thanks in advance!
Ok i found what to do. in Javascript there is a class called widget in which you can store pre-defined keys such as username, password, unique key etc etc ….
Syntax:
you can retrieve these using the same class and assigning the value to a var,
Important: you need the WRT extension installed for this to work
hope this will help …..