#1 (permalink)  
Old 07-10-2008, 05:36 PM
Junior Member
 
Join Date: Jun 2008
Posts: 5
Default 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.
Reply With Quote
  #2 (permalink)  
Old 07-11-2008, 04:34 PM
Junior Member
 
Join Date: Jun 2008
Posts: 5
Default Figured it out...

Silly me...

I was thinking HTML.

Should be _target in the xml attribute, not target.

Works fine now.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.