nathan2035
12-29-2007, 11:38 PM
Hey guys,
I need help with this XML script that I have attached below.
Here is my problem.....
When someone browses the gallery that has been setup and that is controlled by the XML script below, they click on the picture which takes them to the link that has been setup via the script. The link works great. However, when the viewer clicks on the photo and it takes them to the link, it opens up the link in a new page. I don't want it to open up in a new page. I need to be able to have the viewer simply click on the link and it takes them to the link without opening up a new page. I'm a pretty good web designer and I know scripting and I have pretty much tried everything, but this one has totally got me blown away. I just can't figure out why I can't get the link to open in the same window. Can you guys help? And advise? Suggestions? I would greatly appreciate it. I would even be glad to give you the element I've created for your personal use. It's great. It's just like the iTunes app. Take a look at www.stricklandinternational.com. Notice that all the links open in a new window. I don't want this to happen. If someone can help me with this I would so greatly appreciate it!!!
The script is below.
:)
-------------------
<?xml version="1.0" encoding="ISO-8859-1" ?>
<IgalleryX>
<photos>
<photo>
<content src="pic/1m.jpg" />
<caption content="Ministry Overview" />
<link src="ministryoverview.html" />
</photo>
<photo>
<content src="pic/2m.jpg" />
<caption content="Trinity Christian Academy"/>
<link src="trinitychristianacademy.html" />
</photo>
<photo>
<content src="pic/3m.jpg" />
<caption content="Beckley Dream Center"/>
<link src="beckleydreamcenter.html" />
</photo>
<photo>
<content src="pic/4m.jpg" />
<caption content="Lift Counseling"/>
<link src="liftcounseling.html" />
</photo>
<photo>
<content src="pic/5m.jpg" />
<caption content="Music"/>
<link src="music.html" />
</photo>
<photo>
<content src="pic/6m.jpg" />
<caption content="Overflow Youth Ministries"/>
<link src="overflowyouthministries.html" />
</photo>
<photo>
<content src="pic/7m.jpg" />
<caption content="Children"/>
<link src="children.html" />
</photo>
<photo>
<content src="pic/8m.jpg" />
<caption content="Senior Adult"/>
<link src="senioradult.html" />
</photo>
<photo>
<content src="pic/9m.jpg" />
<caption content="BTC"/>
<link src="btc.html" />
</photo>
<photo>
<content src="pic/10m.jpg" />
<caption content="Small Groups"/>
<link src="smallgroups.html" />
</photo>
</photos>
</IgalleryX>
I need help with this XML script that I have attached below.
Here is my problem.....
When someone browses the gallery that has been setup and that is controlled by the XML script below, they click on the picture which takes them to the link that has been setup via the script. The link works great. However, when the viewer clicks on the photo and it takes them to the link, it opens up the link in a new page. I don't want it to open up in a new page. I need to be able to have the viewer simply click on the link and it takes them to the link without opening up a new page. I'm a pretty good web designer and I know scripting and I have pretty much tried everything, but this one has totally got me blown away. I just can't figure out why I can't get the link to open in the same window. Can you guys help? And advise? Suggestions? I would greatly appreciate it. I would even be glad to give you the element I've created for your personal use. It's great. It's just like the iTunes app. Take a look at www.stricklandinternational.com. Notice that all the links open in a new window. I don't want this to happen. If someone can help me with this I would so greatly appreciate it!!!
The script is below.
:)
-------------------
<?xml version="1.0" encoding="ISO-8859-1" ?>
<IgalleryX>
<photos>
<photo>
<content src="pic/1m.jpg" />
<caption content="Ministry Overview" />
<link src="ministryoverview.html" />
</photo>
<photo>
<content src="pic/2m.jpg" />
<caption content="Trinity Christian Academy"/>
<link src="trinitychristianacademy.html" />
</photo>
<photo>
<content src="pic/3m.jpg" />
<caption content="Beckley Dream Center"/>
<link src="beckleydreamcenter.html" />
</photo>
<photo>
<content src="pic/4m.jpg" />
<caption content="Lift Counseling"/>
<link src="liftcounseling.html" />
</photo>
<photo>
<content src="pic/5m.jpg" />
<caption content="Music"/>
<link src="music.html" />
</photo>
<photo>
<content src="pic/6m.jpg" />
<caption content="Overflow Youth Ministries"/>
<link src="overflowyouthministries.html" />
</photo>
<photo>
<content src="pic/7m.jpg" />
<caption content="Children"/>
<link src="children.html" />
</photo>
<photo>
<content src="pic/8m.jpg" />
<caption content="Senior Adult"/>
<link src="senioradult.html" />
</photo>
<photo>
<content src="pic/9m.jpg" />
<caption content="BTC"/>
<link src="btc.html" />
</photo>
<photo>
<content src="pic/10m.jpg" />
<caption content="Small Groups"/>
<link src="smallgroups.html" />
</photo>
</photos>
</IgalleryX>