Hi, it's my first post here in this forum.
I hope someone can help me:
I want to have a normal text input field and whatever someone types should be instantly displayed at several places on the page.
So if someone types "hallo" in the input field then I want the following links to be created and fully displayed:
http :// search.yahoo.com/search?p=hallo
http :// w w w .google.com/search?q=hallo
Is that possible with JavaScript?