Netscape 6 problem / warning

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Netscape 6 problem / warning

    Hello,

    This is just a heads up for a problem that I ran into with Netscape 6.x ( a
    browser that my work had to be compatible with), while using <div
    style="display:none"> to hide sections of a form:

    Design criteria -

    The product I worked on is a web based ui for configuring some devices. The
    form has over 200 fields, so to group and simplify the viewing of the fields, I
    would wrap each section with <div> tags...and then hide or show each section by
    changing the style="display:none" (hide) or style="display:" (show). This
    works great, and also reduces the hits on the server since the entire form
    loads in one shot, and is submitted in one shot. It also gives the appearance
    that the user is switching pages when they tab, and retaining all of their data
    between tabbing.

    Problem with Netscape 6.x -

    (please note that this problem does not occur in IE5.5 and above, nor in
    Netscape 7.x)
    When submitting the form, in NS6.x, any form element that is hidden via <div
    style="display:none"> is treated as it does not exist. For example - if you
    have a text field that is called "name" with a value of "foo", this element
    will not be submitted if you can't see it on the page.

    After researching the problem, only to find out that the NS6.x browser has
    some serious bugs, we ended up writing the support for it out of our product.

    drb1215 Guest

  2. Similar Questions and Discussions

    1. Problem with netscape
      Flash published at 100% x 100% does not load properly on Netscape 7.1. Instead of a movie covering the entire browser window, I get a small movie...
    2. Problem with Netscape 6
      Hello, With Dreamweaver, when i change the source file of an image, it works perfectly with IE and Netscape 4 but with Netscape 6 and more, the...
    3. Uploading problem = weird warning (was: access denied problem.....)
      Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the...
    4. Netscape problem
      please go to www.rideon.ch/cloud-9 you can see a red-stripe in the navigation, now go to there again with netscape, it's not at the same position,...
    5. netscape 7 problem
      paul@avon.douglasfamily.au.com (Paul Douglas) writes in comp.unix.solaris: |I've installed Netscape 7 on an Ultra 5, Solaris 9. It works fine, and...
  3. #2

    Default Re: Netscape 6 problem / warning

    Nice tip and warning. Thanks!

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "drb1215" <webforumsuser@macromedia.com> wrote in message
    news:c2a0j1$s2b$1@forums.macromedia.com...
    > Hello,
    >
    > This is just a heads up for a problem that I ran into with Netscape 6.x
    ( a
    > browser that my work had to be compatible with), while using <div
    > style="display:none"> to hide sections of a form:
    >
    > Design criteria -
    >
    > The product I worked on is a web based ui for configuring some devices.
    The
    > form has over 200 fields, so to group and simplify the viewing of the
    fields, I
    > would wrap each section with <div> tags...and then hide or show each
    section by
    > changing the style="display:none" (hide) or style="display:" (show). This
    > works great, and also reduces the hits on the server since the entire form
    > loads in one shot, and is submitted in one shot. It also gives the
    appearance
    > that the user is switching pages when they tab, and retaining all of their
    data
    > between tabbing.
    >
    > Problem with Netscape 6.x -
    >
    > (please note that this problem does not occur in IE5.5 and above, nor in
    > Netscape 7.x)
    > When submitting the form, in NS6.x, any form element that is hidden via
    <div
    > style="display:none"> is treated as it does not exist. For example - if
    you
    > have a text field that is called "name" with a value of "foo", this
    element
    > will not be submitted if you can't see it on the page.
    >
    > After researching the problem, only to find out that the NS6.x browser
    has
    > some serious bugs, we ended up writing the support for it out of our
    product.
    >

    Murray *TMM* 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