How to extract text from web page?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.