Forum Moderators: open

Message Too Old, No Replies

Loading a frame from a ddmenu into a content frame

         

angeerb

9:52 pm on Jan 24, 2005 (gmt 0)

10+ Year Member



Hi,
I would like to mention that I am no javascript expert, but I have a few books and lots of time, so I am learning. I have made a double drop down menu on my top frame - choose the first topic and then the second topic and it takes you to the page. However, the page appears in the top frame instead of the content frame. I found a way to make a page come up in the content frame by making a page array and creating a setContent function, but this does not work with the script I am using for my drop down menu. Any ideas? If anyone would like to see the code I could paste it here, but it is rather extensive.
As always, any help is greatly appreciated.

Thanks,

Angee

orion_rus

9:01 am on Jan 25, 2005 (gmt 0)

10+ Year Member



I think it's something simple)
Just parse code here, and we look to it. With it parse a <frameset> of ur main document(only names and structure)
like so
<frameset>
<frame name=..>
</frame>
</frameset>

and so on))
Good luck to you