aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes How do I refresh the perticular part of the page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "How do I refresh the perticular part of the page" Watch "How do I refresh the perticular part of the page" New topic
Author

How do I refresh the perticular part of the page

Mastan Rao
Greenhorn

Joined: Nov 26, 2007
Posts: 10
HI All,
I have a problem Here,Can anybody help me to resolve that one.My problem is I want to refresh the particular part of the HTML page with certain intervals.
I think that I can use <iframe> but with that I have some problem,so I am searching for alternatives,can anybody help to do that.

Thanks in Advance.
Mastan
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

If an iframe is the desired means, would it not be better to debug the problems with the iframe rather than try to seek alternatives?

If the problem is that you don't really want an iframe, then you can use Ajax to retrieve info from the server and replace a portion of the page with the returned data.
[ February 15, 2008: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How do I refresh the perticular part of the page
 
Similar Threads
how to refresh captcha image
No Context configured to process this request
Select the value from the Combo box
JTable W/Scrollbar Repainting Problem
call a servlet/Filter during refresh ?