Opening a hyperlinked site in a separate window

Ask a Question related to Web Design, Design and Development.

  1. #1

    Default Opening a hyperlinked site in a separate window

    In Publisher 2003 I would like to create a hyperlink to
    another website but without leaving my own. In other
    words the other website should open in its own window.
    How can I achieve this

    Thank you
    Ben Guest

  2. Similar Questions and Discussions

    1. separate Instance of acrobat on opening a pdf document
      hi guys, is there any option in sdk to set a separate instance of acrobat ? the reason is that i set a global variable for using or not my plugin...
    2. Opening hyperlinked sites in New Window
      We are creating digital editions of some of our magazines using Acrobat 7 on the Mac. When we create those DEs we link the ads directly to the...
    3. Opening a CF gen'ed spreadsheet in separate window
      I am attempting to convert data in a table in a cfm template to an excel spreadsheet in a separate window using cfheader and cfcontent. The...
    4. Controlling size of new hyperlinked window
      In Pub 2002, I'm trying to hyperlink text to open a new window with a single image in it, and I want to control the size of the new window. I've...
    5. Opening programs from director under a separate process.
      Hi, I have a slighly complicated problem and I have so far been unable to find a solution, I have written a program for a course delivery system...
  3. #2

    Default Re: Opening a hyperlinked site in a separate window

    Pub doesn't support that but you can write the code yourself, refer to
    [url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url]

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    "Ben" <anonymous@discussions.microsoft.com> wrote in message
    news:955f01c3eb00$c87edaf0$a301280a@phx.gbl...
    > In Publisher 2003 I would like to create a hyperlink to
    > another website but without leaving my own. In other
    > words the other website should open in its own window.
    > How can I achieve this
    >
    > Thank you

    David Bartosik - MS MVP Guest

  4. #3

    Default Re: Opening a hyperlinked site in a separate window

    Thanks for your reply. I referred to your instructions
    created a new page in Publisher and inserted the
    followiing HTML fragment in order to create a link to
    Reuters.com from my website.

    <a
    target= "_blank"href= "http://www.reuters.com/home.jhtml">
    Link Text</a>


    What's supposed to happen then. When I do a webpage
    preview the code fragment is replaced with something like
    <endif> <endif> Am i missing an important step.


    Thank you
    >-----Original Message-----
    >Pub doesn't support that but you can write the code
    yourself, refer to
    >[url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url]
    >
    >--
    >David Bartosik - MS MVP
    >for Publisher help:
    >[url]www.davidbartosik.com[/url]
    >enter to win Pub 2003:
    >[url]www.davidbartosik.com/giveaway.aspx[/url]
    >
    >
    >"Ben" <anonymous@discussions.microsoft.com> wrote in
    message
    >news:955f01c3eb00$c87edaf0$a301280a@phx.gbl...
    >> In Publisher 2003 I would like to create a hyperlink to
    >> another website but without leaving my own. In other
    >> words the other website should open in its own window.
    >> How can I achieve this
    >>
    >> Thank you
    >
    >
    >.
    >
    Guest

  5. #4

    Default Re: Opening a hyperlinked site in a separate window

    I just copied this code you have here and pasted it into a blank 2003 web
    page and saved it to my pc (publish to web) and then browsed to the html
    file, opened it, clicked the link and it functioned correctly.

    Web Preview probably just chokes on the fragment. I personally recommend
    against using it, rather I recommend saving the site to the pc and then
    testing the actual htm files in the browser.

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]

    <anonymous@discussions.microsoft.com> wrote in message
    news:9fe201c3eb34$72bc36b0$a501280a@phx.gbl...
    > Thanks for your reply. I referred to your instructions
    > created a new page in Publisher and inserted the
    > followiing HTML fragment in order to create a link to
    > Reuters.com from my website.
    >
    > <a
    > target= "_blank"href= "http://www.reuters.com/home.jhtml">
    > Link Text</a>
    >
    >
    > What's supposed to happen then. When I do a webpage
    > preview the code fragment is replaced with something like
    > <endif> <endif> Am i missing an important step.
    >
    >
    > Thank you
    > >-----Original Message-----
    > >Pub doesn't support that but you can write the code
    > yourself, refer to
    > >[url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url]
    > >
    > >--
    > >David Bartosik - MS MVP
    > >for Publisher help:
    > >[url]www.davidbartosik.com[/url]
    > >enter to win Pub 2003:
    > >[url]www.davidbartosik.com/giveaway.aspx[/url]
    > >
    > >
    > >"Ben" <anonymous@discussions.microsoft.com> wrote in
    > message
    > >news:955f01c3eb00$c87edaf0$a301280a@phx.gbl...
    > >> In Publisher 2003 I would like to create a hyperlink to
    > >> another website but without leaving my own. In other
    > >> words the other website should open in its own window.
    > >> How can I achieve this
    > >>
    > >> Thank you
    > >
    > >
    > >.
    > >

    David Bartosik - MS MVP Guest

  6. #5

    Default Re: Opening a hyperlinked site in a separate window

    I tried your example using Java Script and successfully
    produced a button which when clicked opens a new Window
    But I'd like to ask 2 questions
    How can I position that button on the web page (because i
    want to have several of them in a column)
    and secondly where in your example javascript code do I
    specify the name of the website i want to open in that
    new window?

    Thanks for your patience

    >-----Original Message-----
    >I just copied this code you have here and pasted it into
    a blank 2003 web
    >page and saved it to my pc (publish to web) and then
    browsed to the html
    >file, opened it, clicked the link and it functioned
    correctly.
    >
    >Web Preview probably just chokes on the fragment. I
    personally recommend
    >against using it, rather I recommend saving the site to
    the pc and then
    >testing the actual htm files in the browser.
    >
    >--
    >David Bartosik - MS MVP
    >for Publisher help:
    >[url]www.davidbartosik.com[/url]
    >enter to win Pub 2003:
    >[url]www.davidbartosik.com/giveaway.aspx[/url]
    >
    ><anonymous@discussions.microsoft.com> wrote in message
    >news:9fe201c3eb34$72bc36b0$a501280a@phx.gbl...
    >> Thanks for your reply. I referred to your instructions
    >> created a new page in Publisher and inserted the
    >> followiing HTML fragment in order to create a link to
    >> Reuters.com from my website.
    >>
    >> <a
    >>
    target= "_blank"href= "http://www.reuters.com/home.jhtml">
    >> Link Text</a>
    >>
    >>
    >> What's supposed to happen then. When I do a webpage
    >> preview the code fragment is replaced with something
    like
    >> <endif> <endif> Am i missing an important step.
    >>
    >>
    >> Thank you
    >> >-----Original Message-----
    >> >Pub doesn't support that but you can write the code
    >> yourself, refer to
    >> >[url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url]
    >> >
    >> >--
    >> >David Bartosik - MS MVP
    >> >for Publisher help:
    >> >[url]www.davidbartosik.com[/url]
    >> >enter to win Pub 2003:
    >> >[url]www.davidbartosik.com/giveaway.aspx[/url]
    >> >
    >> >
    >> >"Ben" <anonymous@discussions.microsoft.com> wrote in
    >> message
    >> >news:955f01c3eb00$c87edaf0$a301280a@phx.gbl...
    >> >> In Publisher 2003 I would like to create a
    hyperlink to
    >> >> another website but without leaving my own. In other
    >> >> words the other website should open in its own
    window.
    >> >> How can I achieve this
    >> >>
    >> >> Thank you
    >> >
    >> >
    >> >.
    >> >
    >
    >
    >.
    >
    Guest

  7. #6

    Default Re: Opening a hyperlinked site in a separate window

    Yes I finally did it. Thanks a million for your extreme
    patience.

    I have another related question which i'll put on a new
    posting.
    Tks for your help
    >-----Original Message-----
    >I tried your example using Java Script and successfully
    >produced a button which when clicked opens a new Window
    >But I'd like to ask 2 questions
    >How can I position that button on the web page (because
    i
    >want to have several of them in a column)
    >and secondly where in your example javascript code do I
    >specify the name of the website i want to open in that
    >new window?
    >
    >Thanks for your patience
    >
    >
    >>-----Original Message-----
    >>I just copied this code you have here and pasted it
    into
    >a blank 2003 web
    >>page and saved it to my pc (publish to web) and then
    >browsed to the html
    >>file, opened it, clicked the link and it functioned
    >correctly.
    >>
    >>Web Preview probably just chokes on the fragment. I
    >personally recommend
    >>against using it, rather I recommend saving the site to
    >the pc and then
    >>testing the actual htm files in the browser.
    >>
    >>--
    >>David Bartosik - MS MVP
    >>for Publisher help:
    >>[url]www.davidbartosik.com[/url]
    >>enter to win Pub 2003:
    >>[url]www.davidbartosik.com/giveaway.aspx[/url]
    >>
    >><anonymous@discussions.microsoft.com> wrote in message
    >>news:9fe201c3eb34$72bc36b0$a501280a@phx.gbl...
    >>> Thanks for your reply. I referred to your instructions
    >>> created a new page in Publisher and inserted the
    >>> followiing HTML fragment in order to create a link to
    >>> Reuters.com from my website.
    >>>
    >>> <a
    >>>
    >target= "_blank"href= "http://www.reuters.com/home.jhtml"
    >
    >>> Link Text</a>
    >>>
    >>>
    >>> What's supposed to happen then. When I do a webpage
    >>> preview the code fragment is replaced with something
    >like
    >>> <endif> <endif> Am i missing an important step.
    >>>
    >>>
    >>> Thank you
    >>> >-----Original Message-----
    >>> >Pub doesn't support that but you can write the code
    >>> yourself, refer to
    >>> >[url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url]
    >>> >
    >>> >--
    >>> >David Bartosik - MS MVP
    >>> >for Publisher help:
    >>> >[url]www.davidbartosik.com[/url]
    >>> >enter to win Pub 2003:
    >>> >[url]www.davidbartosik.com/giveaway.aspx[/url]
    >>> >
    >>> >
    >>> >"Ben" <anonymous@discussions.microsoft.com> wrote in
    >>> message
    >>> >news:955f01c3eb00$c87edaf0$a301280a@phx.gbl...
    >>> >> In Publisher 2003 I would like to create a
    >hyperlink to
    >>> >> another website but without leaving my own. In
    other
    >>> >> words the other website should open in its own
    >window.
    >>> >> How can I achieve this
    >>> >>
    >>> >> Thank you
    >>> >
    >>> >
    >>> >.
    >>> >
    >>
    >>
    >>.
    >>
    >.
    >
    Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139