Click here to Skip to main content
15,900,724 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I know you can create an account from HTML and I have the code, but what do you do after putting in the code? It says File Not Found. How do I fix this?
Any help would be GREATLY appreciated. I am new at coding.

What I have tried:

I know you can create an account from HTML and I have the code, but what do you do after putting in the code? It says File Not Found. How do I fix this?
Any help would be GREATLY appreciated. I am new at coding.
Posted
Updated 5-Dec-18 6:42am
Comments
Patrice T 5-Dec-18 12:40pm    
show your code !
MadMyche 5-Dec-18 13:05pm    
Typically there are multiple files involved in this type of application; such as a registration (form) page, a login (form) page, and often form-processing scripts to read the form. Often these files contain HTML, but will have a different file extension such as CFM, ASPX, or PHP.
The first thing to figuring this all out is to know EXACTLY what you are working with. Please use the "Improve Question" widget and update your post with the code

1 solution

You don;t create accounts in HTML - it's not a "programming language", it's a document description language. It describes how a page looks, not what it does behind the scenes.

You should organise it so the data is collected by your HTML (possibly with some help from your Javascript) and passed to your code behind (C# or VB perhaps) which deals with accounts, login, creation, and display of actual data.
 
Share this answer
 

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