Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Clicking links opens link in new page?

Asked Modified Viewed 2,150 times
I
isildur
I
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

I have created some custom pages on my site, and added one to the nav menu. When I click that link, it opens in the same window. No problem. That page has links to other custom pages also. Clicking on one of those links opens it in a new window. I would prefer the content just open in the same window.

Am I just missing something obvious here?

thanks,
isildur:)
0 replies

2 posts

J
jtk100
J
jtk100 10
Thanks,
Jacob Kresky
Site2Sight International Networks
Webmaster and CEO
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

If you current link looks like this
<a href='url' target='_blank'>Text</a>

Just replace with
<a href='url'>Text</a>


By using the link provided in the custom pages it incorporates the target='_blank' which will open the link in the new window. Remove the target='_blank' and it will open in the same window.

JacobB)
Edited by jtk100 on 25-03-2006 23:03,
0 replies
I
isildur
I
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

:o Oops! I completely forgot that. Thanks!!!


Quote

jtk100 wrote:
If you current link looks like this
<a href='url' target='_blank'>Text</a>

Just replace with
<a href='url'>Text</a>


By using the link provided in the custom pages it incorporates the target='_blank' which will open the link in the new window. Remove the target='_blank' and it will open in the same window.

JacobB)
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

J
J
jtk100 10
Thanks,
Jacob Kresky
Site2Sight International Networks
Webmaster and CEO
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 2 threads in the forums
I
I
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet