Forum Moderators: open
However, there are a couple of ways to make it look like that's what you're doing.
1) Use the innerText JavaScript method. This is, however, poorly supported or buggy in some browsers. It works great in IE and recent Gecko based browsers.
2) Use a combination of JavaScript and CSS to show/hide divs that already have the information in them.
These two methods are only useful for short texts. If we're talking longer texts, or whole pages, then an inline frame is better to use, or, even a whole new page.