This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Microsoft Publisher > November 2007 > image in a new window
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 |
image in a new window
|
|
| Pixxi0 2007-11-07, 10:15 pm |
| hi. i am creating a web site for all my desktop wallpapers that i have made.
i have it set up with a thumbnail of the image, then two links below the
thumbnail so people can choose which size they want (800x600 or 1024x768).
basically i want it so that i can click on say the 800x600 and the full size
image pops up in a new window. but what i DONT want is to create a page in
publisher for every single picture in its full size since i have made about
75 wallpapers, that would be a lot as i would have to create two pages for
each image. so is what i am asking possible?
| |
| DavidF 2007-11-07, 10:15 pm |
| How to Thumbnail in Publisher Web Publications :
http://msmvps.com/blogs/dbartosik/pages/80553.aspx
And Reference for opening in a new window:
http://office.microsoft.com/en-us/p...1587451033.aspx
describes two methods. I found it easier to use the html method at first,
but eventually found the ECMAScript code approach more versatile, as I could
insert that hyperlink into a normal text box with other text.
And if you choose to use the ECMAScript code approach note that the first
javascript code snippet is incorrect on the website. Use this instead:
<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>
I write the hyperlink code snippet that I am going to insert as plain text
in a separate text box that I drag off into the scratch area just for that
purpose. Then you can just copy and paste the code snippet from that text
box when you insert the code in the hyperlink address field (use Ctrl + V).
Once you get one link to work correctly, then you have a "template" in that
text box that you can just copy and paste other URLs into, and paste the
javascript into Publisher.
DavidF
"Pixxi0" <Pixxi0@discussions.microsoft.com> wrote in message
news:162E288A-EE44-455E-9623-308B5090632A@microsoft.com...
> hi. i am creating a web site for all my desktop wallpapers that i have
> made.
> i have it set up with a thumbnail of the image, then two links below the
> thumbnail so people can choose which size they want (800x600 or 1024x768).
> basically i want it so that i can click on say the 800x600 and the full
> size
> image pops up in a new window. but what i DONT want is to create a page in
> publisher for every single picture in its full size since i have made
> about
> 75 wallpapers, that would be a lot as i would have to create two pages for
> each image. so is what i am asking possible?
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|