here is my problem... i have a php/html page now i want to refresh part of this page periodically (there are certain content on this page which changes in certain seconds of time, so is it possible to display this changing contents without refreshing the whole page periodically). is there any way i can do it using php, if yes please let me know ASAP.
regards, Shaju
The only (nonstandard) way to do this is with an IFRAME (html) tag. It's a neat idea, but is not widely supported.
http://www.quadzilla.com/tag_ref/frame.htm
Or, you might be able to work with javascript, but I wouldn't know of a good way to update information from your own servers periodically.
--Robert
How bad would it be to refresh the whole page? If that's acceptable, a meta-refresh tag will do it for you.
thanks for the reply..
but it seems iframe only works with IE, so is there any alternative for netscape... if so please let me know...
vxvcx
Yes, search google for info on iLayer. FYI: Netscape 6 also supports iframe