Click to See Complete Forum and Search --> : xml url


rezzoni0
01-26-2003, 08:47 AM
i got this piece of xml ... <SUB text="Madrid" URL="\madrid\web_diaporama\index.htm"></SUB>

the link opens itself in the _self page. I want it to open in the mainframe ... how do i do it ?

khalidali63
01-26-2003, 12:33 PM
Your XML text does not specify the target attribute,I assume that target is defined somewhere else,you just need to change the target attributes value to "_parent" or "_top".

hope this helps

Khalid

rezzoni0
01-27-2003, 07:00 AM
that's my code :
there's no target attribute ... can i put it somewhere ?


<?xml version="1.0"?>
<NAV main_onColor="#990000" main_offColor="#990000" sub_onColor="#990000" sub_offColor="#666666" navWidth="150" fadeTime="50" lineWidth="150" main_y_padding="2" sub_y_padding="-6" sub_indent="2">
<MAIN text="Pictures" expand="false">
<SUB text="Corse Portraits" URL="pictures_corse_portraits.htm"></SUB>
<SUB text="Corse Paysages" URL="pictures_corse_paysages.htm"></SUB>
<SUB text="Egypte" URL="\egypte\web_diaporama\index.htm"></SUB>
<SUB text="Madrid" URL="\madrid\web_diaporama\index.htm"></SUB>
</MAIN>
</NAV>