The partial-page-refresh tag has no wiki summary.
2
votes
2answers
1k views
Lifehacker implemention of url change with Ajax
I see that Lifehacker is able to change the url while using AJAX to update part of the page. I guess that can be implemented using HTML5 or history.js plugin, but I guess lifehacker is using neither.
...
0
votes
3answers
2k views
JavaScript. a loop with innerHTML is not updating during loop execution
I'm trying to refresh a div from Javascript at each loop and see 1, 2, 3, ....
The following code works, but only display the final result (9998).
How is it possible to display all the steps?
...
-1
votes
3answers
628 views
How to call UpdatePanel1.Update() method from another page in ASP.NET
I have Default.aspx with several controls along with Uploadify Image upload control and i am call another file UploadImages.aspx File to upload image using jQuery, I upload images using general C# ...
0
votes
2answers
2k views
Update Panel refresh on code behind function call in C# - Ajax
I am using Uploadify v2.1.4 to upload images using ASP.Net C# FM 4.0.
In this page i have other controls also, but i want a functionality in such a way that when i upload images it should ...
0
votes
2answers
623 views
How to refresh parts of page when database changes?
I want a better way to update images on a webpage instead of forcing the webpage to refresh every 60 seconds.
I wrote a little status page that monitors some of our web sites. It uses web.py and ...
0
votes
0answers
2k views
Trigger a Partial Page Refresh from backing bean in Oracle ADF
Okay so I have a results table that once a user has chosen a row kicks off a couple PPR actions (hide some things, show others, fill out a few forms, etc.)
I noticed that when there is only one ...
0
votes
1answer
375 views
load image after upload in asp.net 4.0
My question is image uploading , uploading and image load method are working perfect but im showing images below the upload control, after click upload button new image must be added to line.. what is ...
2
votes
4answers
404 views
Is it possible to create a variable, that doesn't change on refresh the page, in javascript?
After I ask this question:
I was thinking about this solution:
Create a boolean flag inside the javascript script and make it true:
true indicates refreshing the page using the browser.
false ...
0
votes
1answer
350 views
why does my jQuery auto-refresh stop working if I add in a if statement?
window.onload = setupRefresh;
function setupRefresh() {
setInterval("refreshBlock();", 1000);
}
function refreshBlock() {
$('#activeItems').load("current_auctions.php");
}
the above code ...
0
votes
3answers
748 views
Refreshing only 1 DIV via PHP after submit form
I have a comments board on my page, to which I load different topics according to the page the user is on with XMLHttpRequest in a changeTopic() function. I originally had this at the end of my submit ...
0
votes
2answers
2k views
Wicket children panels refresh
I'm just looking for extra pair of eyes to spot why children panels do not show up/change visibility on radio button selection/change that does call for their refresh
public class OptionsPanel ...
1
vote
5answers
5k views
Html auto refresh table
I wrote this simple code and this table wich i have conected to mysql database. It fetches the data I inserted in my database what i want is for the page to automaticly refresh on its own without ...
0
votes
1answer
464 views
Refresh portion of website on hyperlink click
So, I have I'm making a PHP Mail website for myself, and I don't like how it refreshes every time I click a new mail/email/folder etc.
So, I was wondering if their is a way (I know their is, and with ...
1
vote
3answers
924 views
JQuery - click button every 2 seconds
Basically I have a refresh button, when the user clicks the refresh button it calls a web service, gets the data back and refreshes a div container to display the new data.
But I want to update the ...
2
votes
1answer
412 views
Redraw Silverlight Canvas
In my application I am drawing a room based on some data I have. In that "room" I have shelves (which are nothing more than layout grids). The user can perform several actions against the cells in ...
0
votes
2answers
2k views
Redirect a page and load/refresh a div within that page using ajax
I am using ajax to redirect to a page by window.location = "page.php"
After the page is redirected I need to load a div within that page. For example search.php.
I have been reading up on how to do ...
3
votes
2answers
10k views
Continous refresh of PartialView using ASP.NET MVC 3
I am developing a website using ASP.NET MVC 3.
I have a number of sections containing news from different departments, as shown in the picture below:
http://i.stack.imgur.com/G21qi.png
The sections ...
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.
0
votes
3answers
448 views
AJAX Jquery refreshing ALL content but I want NEW content only
I may be reinventing the wheel but that's intentional. I am trying to make a real-time chat application using PHP HTML MySQL CSS. It's working quite well over the network and grabbing new content ...
1
vote
2answers
2k views
UpdatePanel and two content placeholder areas from a master page
I have a "legacy" ASP.NET site I'd like to improve a bit. One area I'd like to do something about is page updates - for now, it's always full page updates, but I'd like to start using partial updates.
...
1
vote
1answer
378 views
How to refresh a div on a page with out reloading
In my table I have results that come from a database and when I click on a link in the table to delete it,I am trying to get the table to refresh with out reloading the page. In the code below It ...
1
vote
2answers
1k views
Page with Ajax function does not refresh data
My scripts are working perfectly fine. However, the content does not refresh itself to get new data. Why is it so?
function updateMsg() {
$.ajax({
url: "/recent/notifications/",
...
0
votes
3answers
1k views
Delete MySQL data with php through ajax and jquery, show page without deleted data
I have this link (shown below). When it is clicked it sends the id of a post to a PHP file called delete_post.php which in turn deletes the post with that id out of my MySQL database. This works great ...
2
votes
3answers
2k views
asp.net - Force page refresh
I have a countdown on an auction site, that resets to 2 minutes when someone places a bid within the last two minutes of the auction. This part works as it should.
What I need, is to reload the page ...
0
votes
1answer
333 views
OnKeyup in input field tied to partial refresh not working on last backspace
I have written an web page in XPages. I have an input field that fires the onkeyup event when a value changes. In the onkeyevent I fire a partial refresh of a div that contains a view of data. I ...
0
votes
3answers
3k views
PHP and JavaScript: Reload captcha image
I've made my own captcha class in PHP, just to learn. It's ok, working as I want. I've tried to add a "refresh image" button but I don't know how do I do that.
form code:
<p><img ...
0
votes
2answers
4k views
How to partial refresh a include php page?
<?php include("news.php"); ?>
Hello, I include a news.php in my main page index.php. I want to refresh the news.php every 30 seconds, but not refresh the main page index.php, How to partial ...
5
votes
3answers
2k views
Change page without refresh a div into the page
Hi i'm looking for a tutorial for understand how i can create a page with a div that isn't refreshed when the page url changes.
Ex. The facebook chat isn't refreshed when i move from an url to ...
0
votes
1answer
2k views
Javascript code to detect any page changes? (maybe via AJAX)
Ok so I'm new to writing javascript, and here's what I'm doing/trying to do.
When a page loads (window.onload) my javascript code goes through all the forms in a page and attaches a certain ...
1
vote
1answer
266 views
Scripts not rendered when template loaded with ajax
I have a registration page,which has few steps. Each step refreshes the content of the page with ajax, and uses its own template. In templates I have some js code for managing actions. Unfortunately ...
1
vote
0answers
275 views
Refresh JSF h:outputLabel
I created a Timer class at server side, i display the timer using h:outputLabel but it display once although the timer still running, how can i update the h:outputLabel value without refresh the whole ...
2
votes
3answers
2k views
Prevent Audio Player from refreshing while page change
I'm creating a website in wordpress. I have a music player in it as its for a music artist. But I want the player to continue playing while the users move through the website. I dont want to use ...
2
votes
1answer
537 views
Is it possible to refresh a portion of the ui table view without refresh other cells?
Is it possible to refresh some cells without refreshing other cells in a table view?
I need to delete and insert and add some cells simultaneously. For that i want to refresh the table frequently.
...
0
votes
3answers
896 views
use jquery to load form input directly into page
I have a form on one page, some of the form data is pulled from various tables in my mysql database -- the tables hold the options for different selects, so the following is the way my data will look ...
0
votes
2answers
265 views
Best practice use sam AJAX in multiple browser windows?
I am developing a website that has some sort of realtime update.
Now the website is generated with a javascript variable of the current ID of the dataset.
Then in an interval of some seconsd an AJAX ...
0
votes
3answers
1k views
refreshing content using jquery works only once
I am using this jquery function:
$(function() {
$("#refresh").click(function() {
$("#category_dialog").load("<?php echo $category; ?>")
})
});
i am using as well a link with the ...
1
vote
1answer
6k views
refresh content of a jquery ui dialog
i managed to to get this script. It's refreshing the div of the dialog window:
function getRandom() {
$("#category_dialog").load("<?php echo $category; ?>", '', callback);
}
function ...
0
votes
3answers
217 views
jQuery scripts no longer run on partially refreshed elements
I have a number of jQuery scripts that select elements within the area that I run a partial page refresh on.
I am using this css tricks code snippet to refresh that part of the page:
...
1
vote
1answer
4k views
ASP.NET Register Script After Partial Page Postback (UpdatePanel)
I have a simple form (textbox, submit button) which is wrapped in an update panel.
<asp:UpdatePanel ID="ReplyUpdatePanel" UpdateMode="Conditional" runat="server">
<ContentTemplate>
...
0
votes
1answer
550 views
Refresh ads after a jquery action?
*FYI: I'm not using Adsense and this is not against my TOS...
I have pages that display jquery slideshows. I used to create the slideshows in html and so every slide change would be a pageview. Now ...
1
vote
1answer
106 views
Sessions in web pages. How to log out automatically
When we sign into gmail in one tab and orkut in another(remember both can only be of the same account. Logging into one automatically logs into another). if we log out from gmail and then go to the ...
1
vote
3answers
2k views
Partial PHP code refresh
Is it possible to refresh only the part of the page? How?
the part:
if (checkExpiry($member->expires)==true) {
print timeLeft($leftts);
} else {
print "expired";
}
I have table which is ...
2
votes
1answer
598 views
Using jQuery to create a video switcher
I've got a design for a video page which has a main video panel which will load the FLV file into JWPlayer when a thumbnail image is clicked. I think what I'm looking for is a partial page refresh? ...
0
votes
1answer
2k views
Refreshing a single component in a JSP page
Can I refresh a HTML component in JSP? I have two dropdowns. On selection of a value in the first dropdown the values in the dropdown box are to be fetched from the database. Is this possible using ...
0
votes
1answer
2k views
Async trigger for an update panel refreshes entire page when triggering too much in too short of time
I have a search button tied to an update panel as a trigger like so:
<asp:Panel ID="CRM_Search" runat="server">
<p>Search: <asp:TextBox ID="CRM_Search_Box" ...
0
votes
1answer
653 views
Open create content form modal and refresh view display in Drupal
I have a website developed using Drupal. What I want is to create a link which launches a modal window with a custom content create form, then when the form submits and the child window closes, a view ...
7
votes
3answers
881 views
Twitter refresh page via API
I'm using the Twitter API (via TweetSharp) and was wondering if it's possible to automatically refresh the page from the API so that all users see the update? If so, is it also possible to take it one ...
3
votes
1answer
1k views
Prevent an UpdatePanel from updating programmatically
I have a GridView inside an UpdatePanel and because of some bug I can't seem to find, when I download a file (through an iframe inside another updatepanel) the background images of my buttons don't ...
9
votes
2answers
7k views
JQuery Dialog: How to do partial page refresh and get new dialogs each time
I'm having a workflow issue with my JQuery dialogs when trying to create the dialogs and then doing a partial page render. I'll try to go through a sample scenario, and my apologies in advance for the ...
4
votes
4answers
2k views
How can I keep a music player in the page footer that doesn't reload when I click a link to a subpage?
I have been trying to solve this problem for a while now and have looked on numerous forums to find a solution. Here is my setup. Any help would be greatly appreciated!
I currently have a index page ...