Click to See Complete Forum and Search --> : 1 click 2 events


Mandrake
12-29-2009, 06:45 AM
I'm building a page with 4 frames ( Logo, links, content and more content ).
I got the links working for the content frame but...
I'd like to have the more content load simultaniusly, using the the same link
(click).
It's either real simple ( that usually escapes me ) or it's beyond my knowledge.
Anybody can help?

Fang
12-29-2009, 09:17 AM
Add another statement:onclick="document.getElementById('content').location.href='content.htm; document.getElementById('morecontent').location.href='morecontent.htm;"

Mandrake
12-29-2009, 09:44 AM
Live long and prosper

Kor
01-05-2010, 04:07 AM
shouldn't be contentWindow the Global Window Object notation in case of frames/iframes?