Open Picture Window Extension help, please!

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Open Picture Window Extension help, please!

    Hi! I am using this extension to open a window with the description of the
    cat/dog I'm showing on the page. The dog's page works, but every time the
    window opens the page looks like it's refreshing and it's bugging me. On the
    cats page just some of the pictures work. Can you please check it out for me
    and tell me what I should do? I'm stumped!

    [url]http://www.yourpetsuniverse.com/catbreeds.html[/url]
    [url]http://www.yourpetsuniverse.com/dogbreeds.html[/url]

    Thank you!

    labecs Guest

  2. Similar Questions and Discussions

    1. Advanced Window Open 3 Extension Problem
      I am fairly new to Dreamweaver 8 and just purchased Advanced Open Window 3. I am trying to open a new browser with an html paged centered in full...
    2. Open Picture Window Fever
      Very cool, I use it a lot. But, anyone know how to Close Picture Window Fever ? preferably on mouseout thx~~
    3. Issues with Advanced Open Window Extension
      I am using the Advanced Open Window 3.0 Extension from DMXZone. I have a recordset that dynamically displays an image on the page. I have then...
    4. Open Picture Window Fever!
      Hi Using Open Picture Window Fever!, in "Edit Behavior", under the "window title" it has the options (cursor in a box) "Left" & "Top". I assume...
    5. Just So Picture Window
      Anyone have an alternative extension for this one? Trying to get a window to pop up with an image.
  3. #2

    Default Re: Open Picture Window Extension help, please!

    labecs wrote:
    > Hi! I am using this extension to open a window with the description of the
    > cat/dog I'm showing on the page. The dog's page works, but every time the
    > window opens the page looks like it's refreshing and it's bugging me. On the
    > cats page just some of the pictures work. Can you please check it out for me
    > and tell me what I should do? I'm stumped!
    >
    > [url]http://www.yourpetsuniverse.com/catbreeds.html[/url]
    > [url]http://www.yourpetsuniverse.com/dogbreeds.html[/url]
    >
    > Thank you!
    >
    On the cats page, the ones that do not work have this:

    <A target = "_blank" HREF="">

    First off the target attribute should not be there, but more
    importantly, you need to change all your Open Pic Window behaviors from
    the img tag where they are now to the <a> tags that surround each thumb.
    And no target attributes. Oh, and teh href should not be blank but
    rather, at the very least it should be "javascript:;".

    Depending on your version of DW, you can either do this easily in teh
    Behaviors window by selecting each behavior and changing its event to
    <A> or if CS3 then it has a bug so you'd have to remove the behavior,
    select each <a> tag and add the behavior to it.

    On the dogs page you have :

    <A HREF="">
    <center>
    </center></a>

    here and there, which ought not be in there at all. Remove those, make
    the other changes described above and all should work better, as long as
    the user has javascript turned on.

    --


    E. Michael Brandt

    [url]www.divahtml.com[/url]
    [url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
    Standards-compliant scripts and Dreamweaver Extensions

    [url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

    --
    E Michael Brandt Guest

  4. #3

    Default Re: Open Picture Window Extension help, please!

    I think I fixed it, but now on the dog page, the banner on top shrank and left the column on the right empty and weird. I can't find how to fix it.
    Can you help me with that?
    labecs Guest

  5. #4

    Default Re: Open Picture Window Extension help, please!

    labecs wrote:
    > I think I fixed it, but now on the dog page, the banner on top shrank and left the column on the right empty and weird. I can't find how to fix it.
    > Can you help me with that?
    This page is many many html errors, but start by removing one of these
    html tags:

    <html xmlns="http://www.w3.org/1999/xhtml">
    <html>
    <head>


    if that does not help, then take a look at this:

    [url]http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.yourpetsunive rse.com%2Fdogbreeds.html[/url]

    and fix the important errors on the page.

    Let us know how it goes.

    --


    E. Michael Brandt

    [url]www.divahtml.com[/url]
    [url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
    Standards-compliant scripts and Dreamweaver Extensions

    [url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

    --
    E Michael Brandt Guest

  6. #5

    Default Re: Open Picture Window Extension help, please!

    Ok, I fixed most of the errors. The 4 that are left are part of the pop up window behavior... what can I do about those? But the problem with the banner didn't get fixed. What can it be?
    labecs Guest

  7. #6

    Default Re: Open Picture Window Extension help, please!

    labecs wrote:
    > Ok, I fixed most of the errors. The 4 that are left are part of the pop up window behavior... what can I do about those? But the problem with the banner didn't get fixed. What can it be?
    Hope someone else can help with this, as I don't have the time right now
    to ponder this - but I do notice that still all yoru onclick behaviors
    are attached to the images rather than to an <a> tag that should
    surround each thumb - and that is why there is no "hand" cursor when you
    mouseover the thumbs.

    --


    E. Michael Brandt

    [url]www.divahtml.com[/url]
    [url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
    Standards-compliant scripts and Dreamweaver Extensions

    [url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

    --
    E Michael Brandt 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