
December 12th, 2003, 07:48 AM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
xml navigation Menu target 2 frames
Hi,
I was wondering if anyone could help me. I have a xml navigation menu the code I am using is this:
<top id="ROAD MAP" location="roadmap.htm" target="mainFrame"/>
<top id="REPAIRS" location="repairs.htm" target="mainFrame"/>
<top id="BOOK A SERVICE" location="bookservice.html" target="mainFrame"/>
When the link is clicked on the mainframe of the frameset changes to the declared page. All of the links have the same topFrame except for my repairs page. I want to load a different page into my topFrame when i click on my repairs link.
Can I add another location and target into this code??
Maybe something like this
<top id="REPAIRS" location="repairs.htm; repairstopfrm.htm" target="mainFrame; topFrame"/>. I know this doesnt work but can it be done.
Thanks
Kate
|