Jump to content

Submit button


chris2ferham2000

Recommended Posts

Hello, I found a software called HTML-Kit and i think its like dreamweaver except its free. But the one thing i cannot figure out thats driving me nuts is how to make a password/login name field go where i want it to go when you hit the submit button and how to make the password/login place work for the passwords and login names. if someone could tell me which html version thing teaches me how to do this i would be very thankful, if someone typed up everything here i would be much much more thankful but that might be to hard

Link to comment
Share on other sites

First of all, don't ask about this here. This should have been asked in the HTML/CSS forum first, and now you want to check the username/password some server-side language thing...Do you use PHP, ASP, ASP.NET or what? Give us info!

Link to comment
Share on other sites

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Welcome</title></head><img src="http://img511.imageshack.us/img511/3328/qrocketne0.gif" alt="" /><center><body>Hello</body></br><input type="" name="" /></br><input type="password" /></br><form action="Pratice 2.htm" method="post"><button type="submit"<b>Login</b></button></form></center></br><a href="Pratice%203.htm">Sgin Up Here</a></html>well this is what i have so far, i couldent get it into a link sry

Link to comment
Share on other sites

now how do i make it so you have to have the right password/login name to enter
You would create a script on the server, say in asp, and this script would verify if the details in the form are correct or not.This is how the form would be submitted<form action="verify.asp" method="post">Next you have to learn what code goes into verify.asp - you can learn here: http://www.w3schools.com/asp/default.aspasp is only one of many ways to do this :)
Link to comment
Share on other sites

ok so what would you guys recomend i try to learn next??? and is Xforms the codeing i would use to make my own forms and or like you were talking about the making a profile and such??o and sry i forgot that you cannot see the other pages but they just say stuff like Test or hello again

Link to comment
Share on other sites

First of all, don't ask about this here. This should have been asked in the HTML/CSS forum first, and now you want to check the username/password some server-side language thing...Do you use PHP, ASP, ASP.NET or what? Give us info!
Anders, please read this post, as you could benefit from it as well sometimes. Especially b.) in this case, to which I'll add "if you're going to say something about how to post; suggest, give a friendly nudge, be nice about it"...
Link to comment
Share on other sites

Yeah ok, but I just don't like people to post stuff like this here when it shouldn't have been here hehe...sorry :)Anyways, I'll try again then lol..can you please tell us what server-side language you are able to use? If none this would be done with JavaScript but then it's not secure at all because people can read the usernames/passwords...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...