HTML: Make text appear on web page when text is entered into a textbox?
-
Hello. I'm fairly new to HTML and I would like to see how the following would work. I've done this in VB using If statements and I want to do the same with web pages. So basically, suppose you have a code: XXXX When, you enter this code into a textbox on a web page, some text appears beneath it. This text links to another page. When you enter another code, YYYY, different text appears underneath. How can I do this in HTML without using My SQL or complicated scripts? It's so easy in Visual Basic 6, all I have to do is: Private Command Button_Click a = Text1.text If a = "XXXX" Then text2.text = "Hello, my name is Sarim Abbas. Click here to continue." End Sub How can I recreate this in HTML? Thanks !
-
Answer:
Use Javascript: Check contents of textarea with javascript function executed on appropriate event (see list below) and write content to an empty div.
Sarim at Yahoo! Answers Visit the source
Other answers
You can't do this solely with HTML... you have to use JavaScript... it would be a little complicated to go into right now because I can see that you don't know much about this and I can't see your HTML source... try this website http://w3schools.com/js/default.asp
Related Q & A:
- How can I make a dynamic web page in PHP?Best solution by Yahoo! Answers
- How to translate a complete web page?Best solution by Server Fault
- How to check if a web page loads?Best solution by Server Fault
- What is a good web page to apply for a job?Best solution by Yahoo! Answers
- How do I make a textbox transparent?
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.