Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to refresh a 'CERTAIN' part of a page only.

Status
Not open for further replies.

THEGREEK

Technical User
Joined
Aug 17, 2000
Messages
51
Location
CA
Hi,

I was wondering if it was at all possible to refresh certain part of a webpage at a specified interval. I'm desperately trying to avoid from the user to having to refresh the whole page to view the required info.

Does anyone know if this is at all possible?

Thanks in advance,
THEGREEK
 
You could use an iframe.
<iframe SRC=&quot;yourpage.html&quot; NAME=&quot;iframeName&quot;></iframe>
Check out for more attributes.
You can place the iframe in your page and then refresh the page that the iframe refers to, without changing the parent page.

HTH!
Earme
 
thanks for the tip

appreciate it
THEGREEK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top