Hi, I have been playing around with the [size=2][font=Verdana][size=4][color=#003366]** XML-Driven** Drop-Down Menu - [/color][/size][/font][/size]which I have to say a great tuturial, just have a question…
How would I include target="_self" (or its equivilent) so the links would appear in the same browser window?
below is an example of the xml I’m using…
Thanks in advance for reading/helping :thumb:
<?xml version=“1.0”?>
<menu name=“links”>
<menu name=“GROUP CLASSES”>
<item name=“Fall Schedule” action=“gotoURL” variables="http://www.macromedia.com/software/flash/>
<item name=“Summer Schedule” action=“gotoURL” variables=“http://www.macromedia.com/software/dreamweaver”/>
</menu>
<menu name=“PRIVATE CLASSES”>
<item name=“Info” action=“gotoURL” variables=“http://www.kirupa.com”/>
<item name=“Rates” action=“gotoURL” variables=“http://www.kirupaforum.com/forums/index.php”/>
<menu name=“tutorials”>
<item name=“actionscript” action=“gotoURL” variables=“http://www.kirupa.com/developer/actionscript/index.htm”/>
<item name=“photoshop” action=“gotoURL” variables=“http://www.kirupa.com/photoshop/index.htm”/>
<item name=“web” action=“gotoURL” variables=“http://www.kirupa.com/web/index.htm”/>
</menu>
</menu>
<menu name=“BIRTHDAY PARTIES”>
<item name=“Info” action=“gotoURL” variables=“http://www.kirupa.com”/>
<titlegraphic symboltype=“string”>webwaswon.swf</titlegraphic>
<item name=“Rates” action=“gotoURL” variables=“http://www.kirupaforum.com/forums/index.php”/>
<menu name=“tutorials”>
<item name=“actionscript” action=“gotoURL” variables=“http://www.kirupa.com/developer/actionscript/index.htm”/>
<item name=“photoshop” action=“gotoURL” variables=“http://www.kirupa.com/photoshop/index.htm”/>
<item name=“web” action=“gotoURL” variables=“http://www.kirupa.com/web/index.htm”/>
</menu>
<menu name=“BIRTHDAY PARTIES”>
<item name=“Info” action=“gotoURL” variables=“http://www.kirupa.com”/>
<item name=“Rates” action=“gotoURL” variables=“http://www.kirupaforum.com/forums/index.php”/>
<menu name=“tutorials”>
<item name=“actionscript” action=“gotoURL” variables=“http://www.kirupa.com/developer/actionscript/index.htm”/>
<item name=“photoshop” action=“gotoURL” variables=“http://www.kirupa.com/photoshop/index.htm”/>
<item name=“web” action=“gotoURL” variables=“http://www.kirupa.com/web/index.htm”/>
</menu>
</menu>
<item name="google" action="gotoURL" variables="http://www.google.com"/>
</menu>