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!
External link in navigation
Re: External link in navigation
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...
IF base URL != yourowndomain.com THEN
Next
ELSE
Next
END IF
Not sure of the details, but I think it can be done...