Ask a Question related to Web Design, Design and Development.
-
tech27 #1
Open Links in New Window
Hi,
I'd like to know 2 things please:
1-How can I make it so that a followed link from my page opens in another
window?
2-Is there any way to apply this to ALL the links on my site (globally or at
least per page) or do I have to edit every single link?
Thanks.
tech27 Guest
-
Editing Open Browser Window links
I am making a template for co-workers to maintain, and the pages will be created/changed almost daily. The design has a main page, with links... -
Open links in same window
Hello My problem is this. I have a kind of a photoslideshow in flash. As an opportunity for the user i have a button to enlarge the photo in the... -
Open links in a new window (using a HTML function in myDirector project)
> I have tried Have you tried target=_new? I'm not sure what code the guy gave you and what effect it's having on the Shockwave file, but I've... -
Open links in a new window (using a HTML function in my Director project)
Hi everyone! I got a little problem that need to be fixed I'm using part of a script with some edits that I got from a nice guy over here... -
make all links on page open in new browser window
Tom I started using this method from an article at Sitepoint.com a couple of months ago. It's very easy to accomplish and it validates against... -
David Bartosik MS MVP #2
Re: Open Links in New Window
refer to [url]http://www.publishermvps.com/Default.aspx?tabid=30[/url] - item 8 I
believe.
and it is a function specific to the link so it is set on each link
individually.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"tech27" <tech27@mail.anonymizer.com> wrote in message
news:2IqQc.11106$Ri5.33633@sea-read.news.verio.net...at> Hi,
> I'd like to know 2 things please:
>
> 1-How can I make it so that a followed link from my page opens in another
> window?
>
> 2-Is there any way to apply this to ALL the links on my site (globally or> least per page) or do I have to edit every single link?
>
> Thanks.
>
>
David Bartosik MS MVP Guest
-
tech27 #3
Re: Open Links in New Window
Hi David,
Thanks again for the pointer. I have one question: In the line(s) given
below am I correct to think that all I have to do is put my address in the
[url]http://www.domain.com[/url] spot, or do I have to change anything else? ie: is
this the full hypertext line and I put the target after the target= place
like" =http://www.intendedtarget.com
Thanks
<a target="_blank" href="http://www.domain.com">Link Text</a>
To re-use the window you launched on each target use:
<a target="_display" href="http://www.domain.com">Link Text</a>
"David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
news:%235fOCFweEHA.3612@TK2MSFTNGP12.phx.gbl...another> refer to [url]http://www.publishermvps.com/Default.aspx?tabid=30[/url] - item 8 I
> believe.
> and it is a function specific to the link so it is set on each link
> individually.
>
> --
> David Bartosik - MS MVP
> for Publisher help:
> [url]www.davidbartosik.com[/url]
> enter to win Pub 2003:
> [url]www.davidbartosik.com/giveaway.aspx[/url]
>
>
> "tech27" <tech27@mail.anonymizer.com> wrote in message
> news:2IqQc.11106$Ri5.33633@sea-read.news.verio.net...> > Hi,
> > I'd like to know 2 things please:
> >
> > 1-How can I make it so that a followed link from my page opens inor> > window?
> >
> > 2-Is there any way to apply this to ALL the links on my site (globally> at>> > least per page) or do I have to edit every single link?
> >
> > Thanks.
> >
> >
>
tech27 Guest
-
David Bartosik - MS MVP #4
Re: Open Links in New Window
the URL you want the link to go to is what goes in the href=" " string.
target="_blank" is what tells the link ( the a href ) to spawn a new window.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"tech27" <tech27@mail.anonymizer.com> wrote in message
news:BoBQc.11327$Ri5.33956@sea-read.news.verio.net...> Hi David,
>
> Thanks again for the pointer. I have one question: In the line(s) given
> below am I correct to think that all I have to do is put my address in the
> [url]http://www.domain.com[/url] spot, or do I have to change anything else? ie: is
> this the full hypertext line and I put the target after the target= place
> like" =http://www.intendedtarget.com
>
> Thanks
>
>
> <a target="_blank" href="http://www.domain.com">Link Text</a>
>
> To re-use the window you launched on each target use:
>
> <a target="_display" href="http://www.domain.com">Link Text</a>
>
>
>
>
> "David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
> news:%235fOCFweEHA.3612@TK2MSFTNGP12.phx.gbl...> another> > refer to [url]http://www.publishermvps.com/Default.aspx?tabid=30[/url] - item 8 I
> > believe.
> > and it is a function specific to the link so it is set on each link
> > individually.
> >
> > --
> > David Bartosik - MS MVP
> > for Publisher help:
> > [url]www.davidbartosik.com[/url]
> > enter to win Pub 2003:
> > [url]www.davidbartosik.com/giveaway.aspx[/url]
> >
> >
> > "tech27" <tech27@mail.anonymizer.com> wrote in message
> > news:2IqQc.11106$Ri5.33633@sea-read.news.verio.net...> > > Hi,
> > > I'd like to know 2 things please:
> > >
> > > 1-How can I make it so that a followed link from my page opens in> or> > > window?
> > >
> > > 2-Is there any way to apply this to ALL the links on my site (globally>> > at> >> > > least per page) or do I have to edit every single link?
> > >
> > > Thanks.
> > >
> > >
> >
>
David Bartosik - MS MVP Guest
-
tech27 #5
Re: Open Links in New Window
Thanks. I've tried to get it to work but I guess I'm not getting the syntax
right.
How would the complete hyperlink be entered if my domain is [url]www.me.com[/url] and
I'm linking to [url]www.them.com?[/url]
Thanks
"David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
news:%235fOCFweEHA.3612@TK2MSFTNGP12.phx.gbl...another> refer to [url]http://www.publishermvps.com/Default.aspx?tabid=30[/url] - item 8 I
> believe.
> and it is a function specific to the link so it is set on each link
> individually.
>
> --
> David Bartosik - MS MVP
> for Publisher help:
> [url]www.davidbartosik.com[/url]
> enter to win Pub 2003:
> [url]www.davidbartosik.com/giveaway.aspx[/url]
>
>
> "tech27" <tech27@mail.anonymizer.com> wrote in message
> news:2IqQc.11106$Ri5.33633@sea-read.news.verio.net...> > Hi,
> > I'd like to know 2 things please:
> >
> > 1-How can I make it so that a followed link from my page opens inor> > window?
> >
> > 2-Is there any way to apply this to ALL the links on my site (globally> at>> > least per page) or do I have to edit every single link?
> >
> > Thanks.
> >
> >
>
tech27 Guest
-
David Bartosik MS MVP #6
Re: Open Links in New Window
your domain is irrelevant. I think you're stuck on that.
paste the following into an html code fragment and you've got a link...
<a target="_blank" href="http://www.them.com">Click Here to visit
them.com</a>
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"tech27" <tech27@mail.anonymizer.com> wrote in message
news:2TPQc.11671$Ri5.34391@sea-read.news.verio.net...syntax> Thanks. I've tried to get it to work but I guess I'm not getting the> right.
>
> How would the complete hyperlink be entered if my domain is [url]www.me.com[/url] and
> I'm linking to [url]www.them.com?[/url]
>
> Thanks
>
>
> "David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
> news:%235fOCFweEHA.3612@TK2MSFTNGP12.phx.gbl...> another> > refer to [url]http://www.publishermvps.com/Default.aspx?tabid=30[/url] - item 8 I
> > believe.
> > and it is a function specific to the link so it is set on each link
> > individually.
> >
> > --
> > David Bartosik - MS MVP
> > for Publisher help:
> > [url]www.davidbartosik.com[/url]
> > enter to win Pub 2003:
> > [url]www.davidbartosik.com/giveaway.aspx[/url]
> >
> >
> > "tech27" <tech27@mail.anonymizer.com> wrote in message
> > news:2IqQc.11106$Ri5.33633@sea-read.news.verio.net...> > > Hi,
> > > I'd like to know 2 things please:
> > >
> > > 1-How can I make it so that a followed link from my page opens in> or> > > window?
> > >
> > > 2-Is there any way to apply this to ALL the links on my site (globally>> > at> >> > > least per page) or do I have to edit every single link?
> > >
> > > Thanks.
> > >
> > >
> >
>
David Bartosik MS MVP Guest
-
tech27 #7
Re: Open Links in New Window
Thanks.
It's so obvious now!
I was confused with another explanation using "my domain" and "their
domain".
"David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
news:u8WQWd%23eEHA.3428@TK2MSFTNGP11.phx.gbl...and> your domain is irrelevant. I think you're stuck on that.
>
> paste the following into an html code fragment and you've got a link...
>
> <a target="_blank" href="http://www.them.com">Click Here to visit
> them.com</a>
>
>
> --
> David Bartosik - MS MVP
> for Publisher help:
> [url]www.davidbartosik.com[/url]
> enter to win Pub 2003:
> [url]www.davidbartosik.com/giveaway.aspx[/url]
>
>
>
> "tech27" <tech27@mail.anonymizer.com> wrote in message
> news:2TPQc.11671$Ri5.34391@sea-read.news.verio.net...> syntax> > Thanks. I've tried to get it to work but I guess I'm not getting the> > right.
> >
> > How would the complete hyperlink be entered if my domain is [url]www.me.com[/url](globally> > I'm linking to [url]www.them.com?[/url]
> >
> > Thanks
> >
> >
> > "David Bartosik MS MVP" <forums@davidbartosik.com> wrote in message
> > news:%235fOCFweEHA.3612@TK2MSFTNGP12.phx.gbl...> > another> > > refer to [url]http://www.publishermvps.com/Default.aspx?tabid=30[/url] - item 8 I
> > > believe.
> > > and it is a function specific to the link so it is set on each link
> > > individually.
> > >
> > > --
> > > David Bartosik - MS MVP
> > > for Publisher help:
> > > [url]www.davidbartosik.com[/url]
> > > enter to win Pub 2003:
> > > [url]www.davidbartosik.com/giveaway.aspx[/url]
> > >
> > >
> > > "tech27" <tech27@mail.anonymizer.com> wrote in message
> > > news:2IqQc.11106$Ri5.33633@sea-read.news.verio.net...
> > > > Hi,
> > > > I'd like to know 2 things please:
> > > >
> > > > 1-How can I make it so that a followed link from my page opens in> > > > window?
> > > >
> > > > 2-Is there any way to apply this to ALL the links on my site>> > or> >> > > at
> > > > least per page) or do I have to edit every single link?
> > > >
> > > > Thanks.
> > > >
> > > >
> > >
> > >
> >
>
tech27 Guest



Reply With Quote

