Problems loading into _self
I have implemented this menu on 2 sites now, and I am having this issue with both of them.
I have specified target="_self" for all of the sub-items in the xml, however those items still load in a new window.
Here is an example of my xml:
<tab _label="Ministries" url="http://208.109.83.195/" target="_self">
<item _label="Kids" url="http://208.109.83.195/kids.php" target="_self"/>
<item _label="Students" url="http://208.109.83.195/teens.php" target="_self"/>
<item _label="College" url="http://208.109.83.195/college.php" target="_self"/>
<item _label="Adults" url="http://208.109.83.195/adult.php" />
<item _label="Men" url="http://208.109.83.195/ministries/adult/men" target="_self"/>
<item _label="Women" url="http://208.109.83.195/ministries/adult/women" target="_self"/>
<item _label="SportsLife" url="http://208.109.83.195/ministries/sportslife" target="_self"/>
<item _label="Pastoral Care" url="http://208.109.83.195/ministries/pastoral_care" target="_self" />
<item _label="Outbound" url="http://208.109.83.195/ministries/outbound" target="_self" />
<item _label="Communications" url="http://208.109.83.195/ministries/communication" target="_self"/>
<item _label="Guest Services" url="http://208.109.83.195/ministries/guest_services" target="_self" />
<item _label="Worship" url="http://208.109.83.195/ministries/worship"/>
</tab>
<tab _label="Online Giving" url="http://208.109.83.195/giving.php" target="_self">
</tab>
The second tab, which has no subitems, opens in the correct window.
Any ideas on what could be happening?
Thanks in advance.
|