Tagged Questions
0
votes
1answer
153 views
Changing web content without refreshing the page [closed]
I am looking for simple example of page refreshing its content without refreshing entire page.
Example: http://klout.com/corp/what_is_klout
5
votes
1answer
487 views
Can I make a selective refresh of the contents in the JSP page?
It seems to be weird but still :
Is there any way I can make only the selective portion of the jsp page get refreshed ? Suppose :
<% response.setIntHeader("Refresh",1); // refresh at an interval ...
1
vote
1answer
202 views
How to make wp plugin auto-refreshing on the public side of view (auto load page)
First have to say that almost every time when searching on technical solutions.. search engine will direct me to this site here. I admit that i have learned such A LOT here just by searching through ...
0
votes
4answers
114 views
Partially refreshing site not working
I am trying to refresh just a part of my website (the left part in which a list with topics appear), but it don't work for me. I get a very weird screen on that left part if I click the refresh ...
0
votes
0answers
156 views
Not refreshing iframe when refreshing whole page
I have a page that contain an iFrame and a button that refreshs that iFrame and it's working as well as needed. What I am trying to do is not to allow the iFrame to be refreshed when refreshing the ...
2
votes
1answer
2k views
Page Refresh on jquery dialog close
I want to Refresh aspx page after closing a jquery modal dialog on clicking a button inside jquery modal popup.
my page has update panels in it so consider it too.