Page 1 of 1

External link in navigation

Posted: Fri Nov 21, 2008 10:23 am
by wil_b
I have an external link in my navigation menu, which opens a new window. The navigation menu adds the standard footer to my website with 'Next page' and 'Previous page'. Suppose I am on the page where the NEXT page is my external link, clicking on the 'Next page' here results in going to my external link page, but it does not open in a new window in this case.

Is it possible to change this somewhere, so that the 'Next page' link opens my next page in a new window only if the next page is an external link?

Thanks in advance!

Re: External link in navigation

Posted: Mon Dec 01, 2008 2:45 am
by jmcgin51
probably possible.  Would have to be some kind of logic like this

IF base URL != yourowndomain.com THEN
Next
ELSE
Next
END IF

Not sure of the details, but I think it can be done...