is smart to use frames approach

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default is smart to use frames approach

    Hello,

    I just wonder what are the implications to use frames to build portal. I've
    seen some sites that are quite fast with frames but I just wonder if there
    are hidden "costs".
    I've tried to use in the past and I run into a lot of problems when I worked
    with environment where there were frame and no frames pages using ASP.NET.

    Please let me know if frames are OK to use for serious portal.

    Thank you,
    Les


    les Guest

  2. Similar Questions and Discussions

    1. Best approach
      Hello! I have a form in which I am displaying a list of invoices. For each invoice, the user may split the invoice into multiple accounts. I...
    2. WebCam. Best approach ...
      The following url "www.comune.pesaro.ps.it/CamImageGet.asp" return this code: <HTML><BODY> <p><img border='0'...
    3. 60,000+ Records/Better Approach
      I have a web service that used to deliver around 1000-2000 results when called. Requirements have changed and now the results will contain 60,000 -...
    4. Help with approach...
      I could use a shove in the right direction... I'm using the Dreamweaver MX suite to build a website for my business. At first I threw something...
    5. Need a ruby approach
      Hi, First a little warning, this post is more of a rubberducking session than a proper question. I have a rather trivial problem, but since...
  3. #2

    Default Re: is smart to use frames approach

    Les:

    The only thing Ive come across when using frames (specifically IFRAMES) are
    either
    a) browsers that dont support them (that amount is negligible, so this isnt
    really a worry)
    b) browsers that implement them differently (this IS something to think
    about. Between Netscape and IE, as well as between different versions of
    Netscape).
    c) speed (multiple pages being served per "parent" page request. Caching
    will resolve this nicely.

    For example, I just noticed some odd IFRAME behavior related to the width
    and height attributes for the IFRAME tag between Netscape 7 and 7.1 . Go
    figure.

    If used properly, IFRAMES can really be effective, in my opinion.

    --
    Elliot M. Rodriguez, MCSD
    *** It would take 227 cans of Mountain Dew to kill me***



    "les" <bennettdotdill@no_spamburke.com> wrote in message
    news:RwaWa.1337$qN3.176732@news20.bellglobal.com.. .
    > Hello,
    >
    > I just wonder what are the implications to use frames to build portal.
    I've
    > seen some sites that are quite fast with frames but I just wonder if there
    > are hidden "costs".
    > I've tried to use in the past and I run into a lot of problems when I
    worked
    > with environment where there were frame and no frames pages using ASP.NET.
    >
    > Please let me know if frames are OK to use for serious portal.
    >
    > Thank you,
    > Les
    >
    >

    Elliot Rodriguez 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