Page 1 of 1
page opening
Posted: Thu Oct 20, 2005 7:38 am
by sebs
I have a page with many links and a table in it.Is there a way not to reload the entire page on a click and only that table.
This means on a click to load only the table and the rest to be the last page.
Posted: Thu Oct 20, 2005 8:34 am
by feyd
hidden iframe or xmlhttp/ajax to query a script that contains the table data..
Posted: Thu Oct 20, 2005 8:40 am
by sebs
Could you be more specific?Or a simple example may help!
Posted: Thu Oct 20, 2005 9:58 am
by sebs
How can I make the page load graduatlyy.I mean to show the images s they load?
Posted: Thu Oct 20, 2005 4:38 pm
by feyd
that's controlled by the browser, not the page.
Posted: Thu Oct 20, 2005 4:47 pm
by s.dot
perhaps flush periodically
Posted: Fri Oct 21, 2005 6:51 am
by sebs
what do you mean flush?How can it be done?
Posted: Fri Oct 21, 2005 9:40 am
by foobar
sebs wrote:what do you mean flush?How can it be done?