Hi Eddie,
iFrames do offer a really nice solution, but they are an IE only tag. Although I can't vouch for the latest Netscape, I know that the older versions simply ignore the <iFRAME...> tag, and leave a blank spot in its place.

If you know that your client base will ever only use IE, then go for it. Otherwise, you'll have to avoid the iframe.


Peter

At 03:17 PM 11/20/2002 -0500, Edward Peloke wrote:
Thanks Peter!

I will take a look.  As I am new to javascript, why would someone use
javascript when iframes are easier?  Will I be able to use the javascript on
more browsers?  Are the iframes limited?

Thanks,
Eddie

-----Original Message-----
From: Support @ Fourthrealm.com [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 11:23 AM
To: Edward Peloke; [EMAIL PROTECTED]
Subject: Re: [PHP] scrolling data from db


Eddie,
I use the attached on a site of mine... works with JavaScript and <DIV>
tags.

There are 2 parts to the file - the javascript, and then the HTML code to
make it happen.  Tweak according to your needs.

Peter


At 11:00 AM 11/20/2002 -0500, you wrote:
>I have a large amount of data to present to the user.  Currently, I am just
>putting it in a table and displaying it on the page, if it is more than a
>page of course the page just scrolls.  Is there a way o, without using
>frames, to put all the data from the db in the middle of the page with a
>scroll bar on the side that just scrolls the data, I mean the header and
>footer of the php page do not move?  I am sure I will need javascript for
>this...right?
>
>Thanks,
>Eddie
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php

- - - - - - - - - - - - - - - - - - - - -
Fourth Realm Solutions
[EMAIL PROTECTED]
http://www.fourthrealm.com
Tel: 519-739-1652
- - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
Fourth Realm Solutions
[EMAIL PROTECTED]
http://www.fourthrealm.com
Tel: 519-739-1652
- - - - - - - - - - - - - - - - - - - - -


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to