The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

Data Pager + Update Panel + list view

I need help, I have a DataPager inside the update panel and and working well, but when I refresh page or going on back button form some other page DataPager reset always to the first page. For ...
1
vote
3answers
31 views

Keep the same colour after page refresh

When I click the div, the color of the span changes to red, as i expected, but when I refresh my page the color isn't red, it returns back to original color, in my case green. How can I preserve the ...
0
votes
0answers
3 views

refresh and present same part of prerefreshed page

with ie 9, after REFRESH, browser present the same part of the webpage I was in prior to refreshing. With ie 10, it always comes back from refresh, and present the top of the webpage.
0
votes
0answers
11 views

Tablet browser(s) refreshing when restored from minimization

I have an application to make that will be used on a tablet, in a browser. What it has to do is to save some inputs (numbers) to a file, but this only after a day is done. The problem is that on the ...
0
votes
1answer
32 views

Refresh page once when popstate is fired?

I have a long page which navigates via scrollTop(). Because scrollTop() doesn't work propperly with back buttons of browsers (the browsers ignore it) I want to try and refresh the browser on every ...
2
votes
1answer
51 views

UpdatePanel sometimes refreshing entire page

Even though I am using an update panel, sometimes my entire page is refreshed, and I can't figure out why. (Edited to take into account Jason P's answer.) Masterpage code: <form runat="server" ...
0
votes
0answers
30 views

Page refresh from address bar with #hash

Situation: url: http://mydomain.com/test.html#somehash test script: $(document).ready(function () { console.log("page initiated"); if (window.location.hash) { console.log("hash ...
-3
votes
1answer
175 views

Submit a form without refreshing page in html, js

i have a small form chat like this and i want when click submit that form will not make the page refresh. <form name="form1" method="post" id="formchat" action="forum_add_1313940.xhtml"> ...
0
votes
2answers
36 views

Autoscrolling after page refresh doesn't work

I'm trying to do automatic scrolling to the left side of my horizontal website after refresh (like pressing F5). I was trying scrollLeft() and got nothing. Now window.scrollTo(0,0) is working but just ...
0
votes
3answers
117 views

PHP - Check if page refresh or post data on the same page

Is there any way to know if the page was refreshed or data was posted data on the same page? To be little more specific: I have to post data on the same page. This affects the where condition of ...
0
votes
2answers
89 views

Symfony2 form submitting on page refresh

I have a form in Symfony2 framework. On successful submission of the page it renders another twig template file and returns the values by passing the parameters in an array. But after submission, if I ...
1
vote
1answer
91 views

Backbone router triggered by page refresh

I got a question about backbone router, pls help: I have a router: define(['views/index', 'views/login'], function(indexView, loginView) { var SelinkRouter = Backbone.Router.extend({ ...
3
votes
1answer
94 views

Delphi Chromium Embedded - Refresh page with F5

I am using Delphi Chromium Embedded in my application, and I have the following question: How can I emulate F5 key to refresh page ?
0
votes
0answers
92 views

jQuery does not remember scroll position after location.reload (Internet Explorer)

I am using jQuery clueTip plugin v1.2.5 (on defalut.php) to load a .php-file (ajax.php) in a tooltip. On that file (ajax.php) I have a save button that will send some POST - data using jQuery and then ...
0
votes
2answers
55 views

Link that sets a parameter in the URL doesn't work as expected when I try $_GET

I have this PHP code that sets a cookie when the ?setLang parameter is in the URL if (isSet($_GET["setLang"])) { setcookie("lang",$_GET["setLang"]); } if (!isSet($_COOKIE["lang"])) { ...
0
votes
1answer
108 views

jQuery Mobile content does not appear unless page refresh

The code manipulation that I am doing in Javascript at the bottom does not happen unless I manually refresh the page. Is there any way to prevent this? If not, how can I dynamically refresh the page ...
-7
votes
2answers
62 views

go to a new page using only jquery and not java script [closed]

Have tried out javascripts window.location.href and window.location .... this just does not work . Have also tried out the replace function . Badly stuck here . code snippet where i set href is : ...
0
votes
2answers
47 views

Stop refresh page

I have this kind of href: <a href=\"$_SERVER[PHP_SELF]?dir=down&key=$keyname\">DOWN</a></td> When I click on the links I lost datas entered before in a form,what is the way ...
1
vote
2answers
43 views

A different Google Earth tour every 24 hours (unmanned)

I have some code that generates a new KMZ file every 24 hours (each tour has many points and takes about 18 hours to complete). And I have a webpage with the Google Earth plugin which automatically ...
0
votes
0answers
43 views

JSF manage multiple browser windows (ZXing)

We have a JSF2 mobile web application project running on Glassfish. We have added qr code scanning functionality using ZXing, which successfully returns scanned data to the web application. However, ...
0
votes
0answers
41 views

Track Subdirectory Redirect link To PDF

I have a DotNetNuke website (hosted on IIS server), and most of my urls are very long. We have PDFs posted of our products, and we set up some shortcut urls for convenience that redirect using a meta ...
0
votes
0answers
43 views

Iframe with array list and refresh

I'm working on this code: <iframe id="gallery_frame"onload="java-script:AutoRefresh(60000);" src="http://www.html.it" frameborder="0" width="100%" scrolling="auto" style="height:700px;" onload="if ...
0
votes
1answer
26 views

How do I refresh all viewers LIVE from the wordpress admin.

I am creating a live streaming site and 9 out 10 user issues are resolved with a browser refresh. So... I'm trying to find a way to force refresh all viewers with a click of a button. However, I ...
1
vote
1answer
116 views

Variables stored in localstorage disappears when the page is refreshed

This is a webpage where you can choose your backgroundpicture from three radio buttons. I want to save the chosen one in localstorage, so when the page is refreshed the last chosen background-image ...
0
votes
0answers
11 views

PHP File…refresh page using submit button [duplicate]

Hello Everyone,I Would like to refresh page after clicking on Submit button or i would like to refresh page after form submit.Please help me thanks
0
votes
5answers
64 views

how do I reset the browser cache when reloading a page

I have a page that I'm changing however, the changes can only be seen when I reset my browser cache. Is there something I could add to my html which would do this?
0
votes
1answer
81 views

have to refresh page after log out to get the correct code

$loggedin = false; if ($_SESSION) { //user loggedin $loggedin = true; ...//get token } ... if($loggedin){ echo 'Hi '.$user['name']; } else{ echo 'Please log in'; } ... I suppose the web ...
0
votes
1answer
51 views

onbeforeunload works also with refreshing

I did this question few days ago (Java session deleted after page refresh) and I didn't have an answer. Maybe because the problem was in the onbeforeunload event. with: <body ...
1
vote
2answers
104 views

On a page with a meta refresh (with time=0 seconds) run the analytics javascript in the <Head>?

If I have the Google Analytics .js call at the end of the tag, and I have a meta refresh tag (refresh in 0 seconds) to redirect the page (to another site), will the .js run OK every time or is there ...
0
votes
1answer
125 views

Accessing files created with PHP after form is submitted

I am constructing a form that allows a user to query a table/database. The user selects a table to be loaded from a directory via a HTML drop-down menu. This drop-down menu is powered by a PHP loop ...
1
vote
1answer
48 views

How to give a refresh equal to Ctrl+ R in gwt web app?

In my web app I am changing locale in settings and I found out the locale change takes effect only after pressing F5 button or Ctrl + R. I have tested different approaches to programmatically make ...
0
votes
1answer
144 views

How to stop jQuery animation restarting on page refresh?

I have created a search form animated with jquery, like this NextLevelSearch. I want that when I open the search form and refresh page this doesn't close. How can i accomplish this? I tried with ...
1
vote
2answers
91 views

Refreshing the page after executing jQuery function on content

I have a jQuery function which applies some formatting to the entire HTML page. I have this function execute successfully. jQuery.fn.emoticons= function(iconfolder) { //some operations }; This ...
0
votes
0answers
47 views

See what caused the page to reload Umbraco

I'm trying to find out what caused the page to do a reload, and only if the page reloaded because I pressed a button on the previous page it should jump into an If(). The button on the previous page ...
0
votes
2answers
65 views

html always fetch fresh page from link

I'm setting a cookie on one page and trying to unset on the next page, which I reach via a link. However, the cookie only gets unset when I refresh the second page, F5. For testing, I have the link ...
0
votes
1answer
149 views

Validation error message persists after refreshing the page

I am trying to learn JSF. I have a simple Hello.java with annotations @ManagedBean @RequestScoped... On index.xhtml I have: <h:inputText id="username" value="#{hello.name}" ...
0
votes
3answers
357 views

Show a hidden div after page reload ( div becomes visible after page reload )

I have a page with several hidden divs and buttons with click events, on which divs becomes visible. The problem is when I reload the page, all divs are hidden again. Actually when I click some of ...
0
votes
1answer
60 views

Data is not reloaded on page refresh

In project page, after clicking refresh in browser, no data is changed. Basically, I want to restart flow on page reload (F5) to trigger <on-start> state in flow to reload my data.
0
votes
1answer
207 views

How to prevent a page gets refreshed?

I have DropDownList and a submit button on my page. DropDownListhas list of data from the database, and while selecting value from the dropdown and then clicking on submit button, I am getting number ...
0
votes
1answer
68 views

Jquery animation isn't initialised on mobile

I'm changing the opacity of a class by using the jQuerry hover function. Note : I'm not using the <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"> </script> ...
1
vote
0answers
156 views

Reload a page on “Go To Previous Page”

when I'm going to the previous page of my mobile website, I Would like to refresh the page just on time. When I'm adding the code below in my javascript script, it refresh the page all the time. ...
0
votes
1answer
533 views

window.onbeforeunload fires in IE for partial postback events

I want to warn users when the refresh or press back button of the browser if they have entered some thing in text boxes. So I have used window.onbeforeunload function to do it. window.onbeforeunload ...
0
votes
2answers
214 views

how to not have a page refresh with HTML JQuery AJAX PHP?

I am trying to get the value of a selected radio button into a PHP session variable using Javascript/AJAX. Everything works except the page refreshes. Is there any way to not have the page refresh? ...
1
vote
1answer
43 views

Recover from JavaScript Disabling - Stuck on Alt <noscript> Page

I'm using <noscript> to show, in some cases, alternate content and, in other cases, alternate pages when JavaScript is disabled. <noscript><meta http-equiv="refresh" ...
1
vote
1answer
103 views

Refreshing a page from another page in javascript

I am standing in one page. I clicked on a button and it opened a new page in another tab. After completing the process in new tab, it will be closed. The data entered in the new tab should be updated ...
1
vote
3answers
363 views

Anti-refresh (F5) submit form in CodeIgniter

How to prevent refresh form page in CodeIgniter? If I use redirect — all fine, but I can directly appeal to page site.com/update/success. How can I prevent direct access to success page (only from ...
0
votes
1answer
121 views

My website requires multiple refreshes to show new content

I am in charge of updating a large e-commerce website, tedbrownmusic.com. We hired an outside web developer to code the website, so I'm not very familiar with the back-end side of things. My problem: ...
0
votes
1answer
70 views

How does Hulu transition their pages? [closed]

I was wondering how Hulu transitions their pages, when clicking between links? The page does not seem to indicate a page refresh or redirect. Could something like that be accomplished with jQuery?
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
0
votes
0answers
206 views

Refreshing page - spring MVC

I want to add a simple clock in my spring mvc app. I want to change a time and refresh page automatically at intervals of, for example, 2 minutes. How to do that in spring? How to make operation ...

1 2 3 4 5 6