|
|
#1 |
|
New Member
![]() Join Date: Dec 2011
Posts: 3
|
Hi. I'm working on a portion of the website where a user can type in some test, and if the text is recognized, then it when they click a submit button, it will take them to a page relevant to what they typed in. If they type something in wrong, they go to a another page. I'm guessing some kind of java-script would do it.
Thank you very much in advance. |
|
|
|
|
|
#2 |
|
Silver Member
![]() Join Date: Aug 2011
Posts: 100
|
You could do this in PHP very easily:
PHP Code:
__________________
Mark R Wubbleyou - Web Design Newcastle A professional web design agency based in Newcastle upon Tyne servicing clients based throughout the U.K. Home spray tan machine - Landlord Reviews |
|
|
|
|
|
#3 |
|
New Member
![]() Join Date: Dec 2011
Posts: 3
|
thank you for your response, but i'm not exactly sure where to put the code.
HTML Code:
<div> <form> <div align="center"><p>First Name <input name="firstname" type="text" /> </p></div> <div align="center"><input type="submit" name="login" id="login" value="Login"/></div> </form> </div> |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|