the article http://www.davidbartosik.com/pub2002/pub2002_13.htm covers both
the html method and the JavaScript method. only the latter (as shown in the
article) supports specific sizing.

Signature
David Bartosik - MS MVP
for Publisher help:
www.davidbartosik.com
enter to win Pub 2003:
www.davidbartosik.com/giveaway.aspx
> 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
[quoted text clipped - 3 lines]
> hyperlink from text (e.g., from the middle of a paragraph)
> to a new window and still control the window size?
Ryan - 07 May 2004 19:17 GMT
OK. I'm now using the JavaScript method, but am having
trouble getting the *.htm file to appear in the new
window. The new window opens as it should, but I get
a "404 Not Found" message in it. I created the file that I
want to appear in the new window with Pub 2002 and then
exported it to my server. The file is there (I can see it
on the server). Do I need to include the full http://
address of the file (as opposed to just the file name) in
the JavaScript?
>-----Original Message-----
>the article http://www.davidbartosik.com/pub2002/pub2002_13.htm covers
both
>the html method and the JavaScript method. only the latter (as shown in the
>article) supports specific sizing.
[quoted text clipped - 8 lines]
>
>.
David Bartosik - MS MVP - 09 May 2004 05:07 GMT
The 404 means the web page file isn't at the url you said it would be.
No you do not need to include the http since it's on your site.
If you are sure the page is loaded then you most likely mis-spelled the file
name - i.e. file is "mywebpage.htm" but link is written "mywepage.html" OR
you have a file path and did not include it - i.e. you loaded the page to
/mysubfolder/ which means the link would be "mysubfolder/mywebpage.htm" but
you left that off the link and only wrote it as "mywebpage.htm".

Signature
David Bartosik - MS MVP
for Publisher help:
www.davidbartosik.com
enter to win Pub 2003:
www.davidbartosik.com/giveaway.aspx
> OK. I'm now using the JavaScript method, but am having
> trouble getting the *.htm file to appear in the new
[quoted text clipped - 26 lines]
> >
> >.