Ask a Question related to Web Design, Design and Development.
-
Ben #1
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
-
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... -
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... -
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... -
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... -
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... -
David Bartosik - MS MVP #2
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
-
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 youyourself, refer to>-----Original Message-----
>Pub doesn't support that but you can write the codemessage>[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>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
-
David Bartosik - MS MVP #4
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> yourself, refer to> >-----Original Message-----
> >Pub doesn't support that but you can write the code> message> >[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> >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
-
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
a blank 2003 web>-----Original Message-----
>I just copied this code you have here and pasted it intobrowsed to the html>page and saved it to my pc (publish to web) and thencorrectly.>file, opened it, clicked the link and it functionedpersonally recommend>
>Web Preview probably just chokes on the fragment. Ithe pc and then>against using it, rather I recommend saving the site totarget= "_blank"href= "http://www.reuters.com/home.jhtml">>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
>>like>> Link Text</a>
>>
>>
>> What's supposed to happen then. When I do a webpage
>> preview the code fragment is replaced with somethinghyperlink to>> <endif> <endif> Am i missing an important step.
>>
>>
>> Thank you>> yourself, refer to>> >-----Original Message-----
>> >Pub doesn't support that but you can write the code>> message>> >[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>> >news:955f01c3eb00$c87edaf0$a301280a@phx.gbl...
>> >> In Publisher 2003 I would like to create awindow.>> >> another website but without leaving my own. In other
>> >> words the other website should open in its own>>> >> How can I achieve this
>> >>
>> >> Thank you
>> >
>> >
>> >.
>> >
>
>.
>Guest
-
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
i>-----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 (becauseinto>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 itother>a blank 2003 web>browsed to the html>>page and saved it to my pc (publish to web) and then>correctly.>>file, opened it, clicked the link and it functioned>personally recommend>>
>>Web Preview probably just chokes on the fragment. I>the pc and then>>against using it, rather I recommend saving the site to>target= "_blank"href= "http://www.reuters.com/home.jhtml">>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
>>>
>>like>>> Link Text</a>
>>>
>>>
>>> What's supposed to happen then. When I do a webpage
>>> preview the code fragment is replaced with something>hyperlink to>>> <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>>> >> another website but without leaving my own. In>window.>>> >> words the other website should open in its own>.>>>>> >> How can I achieve this
>>> >>
>>> >> Thank you
>>> >
>>> >
>>> >.
>>> >
>>
>>.
>>
>Guest



Reply With Quote

