P
partypicman
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="javascript51_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?
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="javascript51_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?