This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Microsoft Publisher > October 2004 > how does publisher reference files?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how does publisher reference files?
|
|
| partypicman 2004-10-17, 7:14 pm |
| I am using Publisher 2003, and it is fully updated. What I am trying to do
is launch a pop up window from a hyperlink. The pop up is simply an image,
and the thumbnail contains the hyperlink to the larger image. Here is my
script:
<a
href="java script:p51_window=window.open('Picture51.jpg','p51_window','toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=0,resizable=0,width=1136, height=852');p51_window.focus()"><img src="ThumbPicture51.jpg"></a>
I took it off of www.publishermvps.com and modified it slightly.
The problem that I am having is that publisher can not find the files
that I am refering to. I see that what it is looking for for the pop up is
index_files/Picture51.jpg, so I pasted Picture51.jpg into the folder that is
labeled index_files. However, this doesn't remedy the problem. I should
also note that I am having the same problems with the thumbnail as well, it
shows up as a missing file.
So my question is how do I refer to these files so that they will show
up?
| |
| David Bartosik [MSFT MVP] 2004-10-18, 12:14 pm |
| I just tested this script and it works.
So your issue must be a path problem.
As you have it coded now the image files MUST be in the same folder as the
html file that contains this script.
--
David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
"partypicman" <partypicman@discussions.microsoft.com> wrote in message
news:12106D4E-EDEA-472E-8036-F4CA3446FEC8@microsoft.com...
>I am using Publisher 2003, and it is fully updated. What I am trying to do
> is launch a pop up window from a hyperlink. The pop up is simply an
> image,
> and the thumbnail contains the hyperlink to the larger image. Here is my
> script:
> <a
> href="java script:p51_window=window.open('Picture51.jpg','p51_window','toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=0,resizable=0,width=1136,
> height=852');p51_window.focus()"><img src="ThumbPicture51.jpg"></a>
> I took it off of www.publishermvps.com and modified it slightly.
> The problem that I am having is that publisher can not find the files
> that I am refering to. I see that what it is looking for for the pop up
> is
> index_files/Picture51.jpg, so I pasted Picture51.jpg into the folder that
> is
> labeled index_files. However, this doesn't remedy the problem. I should
> also note that I am having the same problems with the thumbnail as well,
> it
> shows up as a missing file.
> So my question is how do I refer to these files so that they will show
> up?
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|