
October 18th, 2000, 03:55 AM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hello People,
I have a need to dinamicaly load a layer with a page that uses frames. I have managed to do it using an OBJECT tag like this:
myLayer.innerHTML="OBJECT ID='myObject' CODETYPE='text/html' DATA='content.htm' /OBJECT"
However, it would be much more useful for me to do it like this:
myLayer.innerHTML="FRAMESET FRAME src='pane1.htm' FRAME src='pane2.htm' /FRAMESET"
But it does not work. Is it because the innerHTML property does not accept Frames or am I forgetting something basic?
Thanks,
Alex URL
|