Controlling size of new hyperlinked window

Ask a Question related to Web Design, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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%...
    3. 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...
    4. 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,...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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?
    >-----Original Message-----
    >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?
    >
    >
    >.
    >
    Ryan Guest

  5. #4

    Default 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?
    >
    > >-----Original Message-----
    > >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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139