Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

New windows keep popping up...??

Quote Reply
New windows keep popping up...??
I just installed Links with no problem...everything works perfectly..except that everytime I click on a link..a new window pops up...

How can I fix it so that every link loads in original window?

Thx
Quote Reply
Re: [jtarasi] New windows keep popping up...?? In reply to
edit the link.html template file. Remove the target attribute in the HREF codes for the link.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Stealth] New windows keep popping up...?? In reply to
I thought this was the problem, but I couldnt find it anywhere in the link.html file

Here is what the file looks like that I have on my server:

========================================


<ul><li><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>

<%if Description%>
<span class="descript">- <%Description%></span>
<%endif%>

<%if isNew%>
<small><sup class="new">new</sup></small>
<%endif%>

<%if isPopular%>
<small><sup class="pop">pop</sup></small>
<%endif%>

<small class="date">(Added: <%Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%>) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a></small>

</ul>

========================================


There is no 'showcase' or 'target' command that I can see....

That was the first thing I cchecked on...yet a new window keeps popping up..

Check it out for yourself:

http://www.mindjoltmarketing.com/links/pages/

What else could cause this to happen?

Thx!
Quote Reply
Re: [jtarasi] New windows keep popping up...?? In reply to
In links.css, does the 'link' class define the location to open new URL's in? (not sure if this is possible).

Otherwise, is there a;

<base target="_blank">

.. or similar anywhere in the outputted HTML document?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] New windows keep popping up...?? In reply to
Andy,

I was thinking about it, and I realized it prob. had something to do with the original HTML...then I read your post confirming it lol

I'm sure I will find the problem now that I know the source..

Thx all