Page 1 of 1

updating text in webpage

Posted: Sun Dec 17, 2006 7:27 pm
by bozhevenok
I am a novice and would like to ask a question. How can I update a text field without reloading the web page?

Specifically I want to have a box with four buttons on top of it. When someone clicks a button, the text from the file (which depends on the button) should be uploaded into the box. I think it's called tabbed menu.

Thank you very much.

Posted: Mon Dec 18, 2006 2:59 am
by gunman
If you want to load data in an input box without reloading you should use javacript, but if you think that you couldn't do it other option would be to hide reloading with ajax.