Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Stop GLinks changing the URL in a link.

Quote Reply
Stop GLinks changing the URL in a link.
Trying to get glinks to include a link in a page that is dynamically generated.

Code:
<a
href="http://www.braydigital.com/...etailed/whatever.flv"
style="display:block;width:400px;height:300px"
id="player">
</a>

<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "../flowplayer-3.0.7.swf");
</script>

GLinks is being a pain in the ass and rewriting the URL to cgi-bin/videos/ and so on.

I've gone through the manual and searched the forum and couldn't find out how to stop Glinks changing the link. How do I get the URL to remain the same?
Cheers,
Michael Bray
Subject Author Views Date
Thread Stop GLinks changing the URL in a link. Michael_Bray 4028 Feb 28, 2009, 5:58 AM
Post Re: [Michael_Bray] Stop GLinks changing the URL in a link.
gotze 3921 Feb 28, 2009, 7:26 AM
Post Re: [Michael_Bray] Stop GLinks changing the URL in a link.
brewt 3889 Feb 28, 2009, 9:08 AM