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
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.

Signature
David Bartosik - MS MVP
for Publisher help:
www.davidbartosik.com
enter to win Pub 2003:
www.davidbartosik.com/giveaway.aspx
> Thanks for your reply. I referred to your instructions
> created a new page in Publisher and inserted the
[quoted text clipped - 25 lines]
> >
> >.
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
[quoted text clipped - 11 lines]
>>
>> <a
target= "_blank"href= "http://www.reuters.com/home.jhtml">
>> Link Text</a>
>>
[quoted text clipped - 20 lines]
>
>.
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
[quoted text clipped - 60 lines]
>>
>.