updating text in webpage

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bozhevenok
Forum Newbie
Posts: 1
Joined: Sun Dec 17, 2006 7:14 pm

updating text in webpage

Post 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.
gunman
Forum Newbie
Posts: 10
Joined: Fri Aug 26, 2005 12:07 pm

Post 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.
Post Reply