Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] Does anyone know how to make...
Post new topic   Reply to topic View previous topic :: View next topic
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved] Does anyone know how to make...
PostPosted: 04/30/2007 1:27 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 5:05 PM
Location: Birmingham, UK.
greatbrE.gif
a link load up another page without loading another browser up?  sunny
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Does anyone know how to make...
PostPosted: 04/30/2007 4:24 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:05 PM
Location: St Pete, FL
peace.gif
Usually the hyperlinks open pages in the same browser, if you have a good one that has tabbed browsing, or like in IE, it typically either opens a new window or opens the page in the current window, depending on the hyperlink settings.  If the links are opening in another browser, that indicates that the current browser is not your default browser, so Windows is opening the default instead.  So set your favorite browser to be the default and that problem should go away...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Does anyone know how to make...
PostPosted: 04/30/2007 4:32 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 5:05 PM
Location: Birmingham, UK.
greatbrE.gif
I mean like this

http://www.christopher-powell.co.uk/links.php

How do I get the Christopher-Powell.co.uk link to take you back to the homepage rather than it opens another browser up
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Does anyone know how to make...
PostPosted: 04/30/2007 5:22 PM Reply with quote
Site Admin
rb2d2
Site Admin
Posts 49593
Word Cnt. 2,756,445
BDay Apr 22
Sign Taurus
Sex Sex:Female
Joined: Sep 25, 2004
Local time: 10:05 AM
Location: Texas
texasC.gif
I takes me to this page and it uses the same window.:





Back to Top
View all pictures posted by this userView user's profile Find all posts by rb2d2 Send private message   Visit poster's website Phoogle Map
Re: [Solved] Does anyone know how to make...
PostPosted: 04/30/2007 5:54 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 5:05 PM
Location: Birmingham, UK.
greatbrE.gif
Hmm that’s strange because it doesn't for me. Clicking on the link loads another page up for me. Yet when clicking on the menu navigation links on the homepage it goes straight to the next page using the same browser  dontknow
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Does anyone know how to make...
PostPosted: 04/30/2007 10:23 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:05 PM
Location: St Pete, FL
peace.gif
I really don't know if I understand the problem, so if I am way off, forgive me.  The menu options on your main page should all open the same since the hyperlinks are designed exactly the same.  You can add target code to control how the pages are opened though.  Here is a short discussion on the use of target in your hyperlinks:

Attribute for <A ...> TARGET =

So in your s-inc/nav.php file, your menu options are listed.  If you want to add a target in one of your hyperlink options, you could do something like this:

OPEN
s-inc/nav.php

FIND
Code:
<a href="/links.php" title="My favourite links">Links</a>

REPLACE WITH
Code:
<a href="/links.php" title="My favourite links" target="_blank">Links</a>

This would open the page in a new window.  It should be in the same browser though...

FIND
Code:
<a href="/links.php" title="My favourite links">Links</a>

REPLACE WITH
Code:
<a href="/links.php" title="My favourite links" target="_self">Links</a>

This opens the page in the current browser window...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] Does anyone know how to make...
PostPosted: 05/01/2007 5:32 AM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 5:05 PM
Location: Birmingham, UK.
greatbrE.gif
Thanks for that link but I’ve done it now.

The coding needed was this
Code:
<p><A href="http://www.christopher-powell.co.uk/">Christopher-powell.co.uk</ A>


When clicking on the Christopher-Powell.co.uk link it takes you straight to the homepage now instead of loading up another browser  headbang
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Does anyone know how to make...
PostPosted: 05/01/2007 1:48 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:05 PM
Location: St Pete, FL
peace.gif
Good, other than the Links option, everything else seems to be working much better now...

Applause
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours

Page 1 of 1


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1083s (PHP: 48% - SQL: 52%) - SQL queries: 52 - GZIP disabled - Debug on