Ask a Question related to Web Design, Design and Development.
-
Ryan #1
Controlling size of new hyperlinked window
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
the size of the new window. I've read your "new windows"
articles, but they seem to deal with controlling the
window size when hyperlinking with HTML code. Can I
hyperlink from text (e.g., from the middle of a paragraph)
to a new window and still control the window size?
Ryan Guest
-
Opening hyperlinked sites in New Window
We are creating digital editions of some of our magazines using Acrobat 7 on the Mac. When we create those DEs we link the ads directly to the... -
CONTROLLING FILE SIZE?
I've designed a simple 8' wide panel for my client to print...I can't email it, because it's 37MB and will choke my mail server. I reduced it to 10%... -
Opening a hyperlinked site in a separate window
In Publisher 2003 I would like to create a hyperlink to another website but without leaving my own. In other words the other website should open in... -
Window Size/ alternative window size
I have created a site using a 1024x768 screen size, as this is the deafault for my moniter. Is there a quick way of changing the size to 800x600,... -
Controlling window size when opening form etc...
Use the OnOpen() event of the form. DoCmd.Maximize All windows will be maximized, so if you want to restore them when this form closes use the... -
David Bartosik - MS MVP #2
Re: Controlling size of new hyperlinked window
the article [url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url] covers both
the html method and the JavaScript method. only the latter (as shown in the
article) supports specific sizing.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"Ryan" <anonymous@discussions.microsoft.com> wrote in message
news:90bf01c43301$5e013da0$a001280a@phx.gbl...> 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
> the size of the new window. I've read your "new windows"
> articles, but they seem to deal with controlling the
> window size when hyperlinking with HTML code. Can I
> hyperlink from text (e.g., from the middle of a paragraph)
> to a new window and still control the window size?
David Bartosik - MS MVP Guest
-
Ryan #3
Re: Controlling size of new hyperlinked window
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?
[url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url] covers>-----Original Message-----
>the article
bothlatter (as shown in the>the html method and the JavaScript method. only themessage>article) supports specific sizing.
>
>--
>David Bartosik - MS MVP
>for Publisher help:
>[url]www.davidbartosik.com[/url]
>enter to win Pub 2003:
>[url]www.davidbartosik.com/giveaway.aspx[/url]
>
>
>"Ryan" <anonymous@discussions.microsoft.com> wrote inparagraph)>news:90bf01c43301$5e013da0$a001280a@phx.gbl...>> 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
>> the size of the new window. I've read your "new windows"
>> articles, but they seem to deal with controlling the
>> window size when hyperlinking with HTML code. Can I
>> hyperlink from text (e.g., from the middle of a>>> to a new window and still control the window size?
>
>.
>Ryan Guest
-
David Bartosik - MS MVP #4
Re: Controlling size of new hyperlinked window
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".
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"Ryan" <anonymous@discussions.microsoft.com> wrote in message
news:9f6001c4345f$993ac6c0$a001280a@phx.gbl...> 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?
>> [url]http://www.davidbartosik.com/pub2002/pub2002_13.htm[/url] covers> >-----Original Message-----
> >the article
> both> latter (as shown in the> >the html method and the JavaScript method. only the> message> >article) supports specific sizing.
> >
> >--
> >David Bartosik - MS MVP
> >for Publisher help:
> >[url]www.davidbartosik.com[/url]
> >enter to win Pub 2003:
> >[url]www.davidbartosik.com/giveaway.aspx[/url]
> >
> >
> >"Ryan" <anonymous@discussions.microsoft.com> wrote in> paragraph)> >news:90bf01c43301$5e013da0$a001280a@phx.gbl...> >> 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
> >> the size of the new window. I've read your "new windows"
> >> articles, but they seem to deal with controlling the
> >> window size when hyperlinking with HTML code. Can I
> >> hyperlink from text (e.g., from the middle of a> >> >> to a new window and still control the window size?
> >
> >.
> >
David Bartosik - MS MVP Guest



Reply With Quote

