HTML Frames

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • A.M

    #1

    HTML Frames

    Hi,

    I have been told that I should avoid using html frames as much as possible
    in ASP applications. Why is that so?

    Thanks,
    Ali


  • Steve C. Orr [MVP, MCSD]

    #2
    Re: HTML Frames

    I could go on and on.
    If you love client side javascript then you could make such a system work if
    you had to.
    If you have frames, none of your pages are alive at the same point in time
    on the server, making it very difficult to pass information between pages.
    All that has to be done client side.

    --
    I hope this helps,
    Steve C. Orr, MCSD, MVP

    Hire top-notch developers at http://www.able-consulting.com



    "A.M" <IHateSpam@sapm 123.com> wrote in message
    news:%23fHOCPTl DHA.2012@TK2MSF TNGP12.phx.gbl. ..[color=blue]
    > Hi,
    >
    > I have been told that I should avoid using html frames as much as possible
    > in ASP applications. Why is that so?
    >
    > Thanks,
    > Ali
    >
    >[/color]


    Comment

    Working...