Swapping text in a web page

wxdqz

New Member
I'm creating a web page and I'd like to make a textbox whose content would change when a user clicks a button without loading a new page.

Basically I want to put long articles into the website but avoid having to scroll.
- an article appears in a text box on the page
- when a user reads to the end they click a "next" button and
the text in the text box changes without reloading the whole
page i.e. only the info in the box changes

I don't really want to use frames.

Any suggestions on how I could do this?
 
Back
Top