Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need the html code for taking a user input as user id and password which is subseuqently saved into a .csv file.Please help

What I have tried:

i have limited knowledge on the subject so i dont really need an explanation.please just heplp
Posted
Updated 8-Jun-16 10:29am
Comments
Richard MacCutchan 8-Jun-16 3:20am    
Sorry, this site does not provide code to order. And you should not be thinking about saving passwords in this way. Do some proper research about how to handle passwords securely.
ZurdoDev 8-Jun-16 16:33pm    
You need some server side technology to do this. Such as .Net or php.

1 solution

Quote:
i need the html code for taking a user input as user id and password which is subseuqently saved into a .csv file.
HTML don't do this, you need to use a JavaScript program to do this.

On this site, W3Schools Online Web Tutorials[^] you will learn about HTML and JavaScrit.
 
Share this answer
 
Comments
ZurdoDev 8-Jun-16 16:34pm    
JavaScript writing to a csv file?
Patrice T 8-Jun-16 16:44pm    
Do you have doubt that JS have capacity to write a simple textfile ?
ZurdoDev 8-Jun-16 17:02pm    
Yes.
ZurdoDev 9-Jun-16 7:19am    
And that writes a file to the client's machine?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900