Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » simple XHTML user validation
Closed Thread
Old 08-02-2006, 09:25 AM   #1 (permalink)
 
Junior Techie

Join Date: May 2006

Posts: 80

ck84

Default simple XHTML user validation

I need help on design a page for user to login that contain
a. Form for user to login (username = ¡°uname¡± & password = "pass¡±)
i. Validate using XHTML coding, no need to verify via any database connection
b. Button to submit the info (validate uname & pass) & link it to the next page if user key in right username and password.

Thankz...
ck84 is offline  
Old 08-02-2006, 11:03 AM   #2 (permalink)
 
Contributor

Join Date: Jul 2006

Posts: 84

Ken11235

Default

Sorry, but XHTML cannot be used for validation, it is technically not a programming language. XHTML is only a way to display information. You will need to use a programming language such as javascript, PHP, or ASP.
Ken11235 is offline  
Old 08-02-2006, 03:16 PM   #3 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

XHTML is just like a strict form of HTML example: you must end every tag even if it does not have an ending tag <input type="text" nam="name" /> to do what you want you will need to learn php, java or asp like ken has stated php seems to be the easiest to learn however you will need to have a server that supports this serverside language.
__________________

AIM = jcortestechhelp
jcortes is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On