Office Live Small Business Community Forums

Hyperlink to Another Page

Last post 08-15-2008 3:02 AM by Perigore. 5 replies.
Page 1 of 1 (6 items)
Sort Posts:
06-24-2008 2:52 PM
babyblues Joined on 06-24-2008 Posts 1
Hyperlink to Another Page

I am relatively new to Small Business, and I really like it so far.  I have run into one issue, though.   When I created a hyperlink to another page that I created on my site, the link opens the desired page, but it opens it in a new tab (I use Mozilla).  I made sure that the "open in new window" box was NOT selected, but it does it anyway.  Any insight?  Thanks!

 

http://germanosskoulariki.web.officelive.com/default.aspx 

06-24-2008 6:51 PM In reply to
RxDave Joined on 02-08-2008 Western Washington State, USA Posts 1,367
Re: Hyperlink to Another Page

Just guessing, but this could be due to a setting in your browser.  IE7, at least, provides for such a setting.  Check and see if this could be the case.  You might also go back and check the link settings if you haven't already.  I also seem to recall a post where this was happening mysteriously.  Try deleting and re-creating the link and see if it changes.


Visit fidalgoweather.net

www.fidalgoweather.net
Check the Masters Forum for help and good ideas.
For beginners: Getting started with OLSB.

06-24-2008 8:01 PM In reply to
StudioAllen Joined on 02-08-2008 Dorr, MI Posts 1,893
Re: Hyperlink to Another Page

If it isn't doing it in IE or visa-versa in FF, it is probably a setting that makes all links open in a new tab.

StudioAllen
Solutions for Office Live How to Verify your site on Google Webmasters!
08-12-2008 3:37 PM In reply to
Perigore Joined on 08-11-2008 Kailua Kona, Hawaii Posts 2
Re: redirect Hyperlink to Another domain with in another tab or browser window

babyblue

 Can you provide the html you use.  I would like to have a new page open in a new tab.  Or anyone else I have tried all the HTML code the links on this thread have referenced and none of them perform what I wish to accomplish

I'm trying to open this link https://www.securepaynet.net/gdshop/rhp/default.asp?prog_id=254314&ci=1767&"  in a new tab in the same browser or in an new browser window. 

Brent Gantenbein, CEO and Founder
Mr. Computer Wiz
Kailua Kona Hawaii 96740
http://www.mr.computerwiz.com
http://www.payjunctionhawaii.com
http://www.communitytheatretickets.com
08-12-2008 6:38 PM In reply to
RxDave Joined on 02-08-2008 Western Washington State, USA Posts 1,367
Re: redirect Hyperlink to Another domain with in another tab or browser window

Perigore, if you use the built in hyperlink function, simply check the box for "Open link in new window."  If you are using HTML code for your link, whether image or text, add target="new" or target=_blank to the href= statement. 


Visit fidalgoweather.net

www.fidalgoweather.net
Check the Masters Forum for help and good ideas.
For beginners: Getting started with OLSB.

08-15-2008 3:02 AM In reply to
Perigore Joined on 08-11-2008 Kailua Kona, Hawaii Posts 2
Re: redirect Hyperlink to Another domain within another NEW browser window

Ladies and Gentlemen

This is the code I currently have in a HTML Module.  It opens my domain registration site homepage www.mcwdomains.com in the page of my OLSB site when one clicks on the registration TAB.   Go to www.mrcomputerwiz.com and click on registration tab.  I would like it to open a new window, leaving the previous broswer open.  Again CLICKING on the REGISTRATION TAB to HYPER LINK to the other site.  Not text. Not a graphic. The TAB.  It is quite literally driving me crazy not being able to edit HTML for something this simple as this, has given me such a problem,  I would appreciate any help.  Thank you.

</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Domian Registration</title>
<meta http-equiv="REFRESH" content="0;url=https://www.securepaynet.net/gdshop/rhp/default.asp?prog_id=254314&ci=1767&"></HEAD>
<BODY>
Please standby you are being redirected.
</BODY>

 

Brent Gantenbein, CEO and Founder
Mr. Computer Wiz
Kailua Kona Hawaii 96740
http://www.mr.computerwiz.com
http://www.payjunctionhawaii.com
http://www.communitytheatretickets.com
Advertisement