|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
 |
how does publisher reference files? |
 |
|
 |
|
|
|
  10-18-04 - 12:14 AM
|
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','toolba
r=0,location=0,directories=0,status=0,menubar=1,scrollbars=0,resizable=0,wid
th=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?
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
 |
Re: how does publisher reference files? |
 |
|
 |
|
|
| David
Bartosik
[MSFT MVP] |
|
|
|
|
|
  10-18-04 - 05: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','tool
bar=0,location=0,directories=0,status=0,menubar=1,scrollbars=0,resizable=0,w
idth=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?
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
| All times are GMT. The time now is 02:30 AM. |
 |
|
|
|
|
|  |
|