Ask a Question related to ASP.NET General, Design and Development.
-
les #1
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
-
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... -
WebCam. Best approach ...
The following url "www.comune.pesaro.ps.it/CamImageGet.asp" return this code: <HTML><BODY> <p><img border='0'... -
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 -... -
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... -
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... -
Elliot Rodriguez #2
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.. .I've> Hello,
>
> I just wonder what are the implications to use frames to build portal.worked> 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> 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



Reply With Quote

