PDA

View Full Version : Window Question


stevan
11-06-2002, 12:33 AM
Is there a way to put a second window within the main window and have links on the page so the second window would change

Like a page with frames but not using frames

I hope this is understandable


Thxs Steve

Vladdy
11-06-2002, 12:55 AM
Here is one site I did where the content of a division element is changed using the mouseover event. Same concept can be used for changing content of an a division element when another object on the page is clicked on (link behavior).

http://server.ime.uri.edu/EMRL/

You should realize, however, that in the easiest implementation this method would require loading of all "pages" before anything is rendered. If you have too many "pages" or significant graphical content the page would be very slow.

Also, if JavaScript is disabled your visitors are screwed....

whammy
11-06-2002, 01:08 AM
I think you're looking for <iframe> ?

If I were you I'd do a search for "iframes" on google. (or better yet, search these very forums!) ;)