Questions dealing with causing or preventing the re-rendering of an HTML document by a web browser.
Questions tagged [page-refresh]
1164 questions
-1
votes
2 answers
html page with auto fresh not displaying iframe when html page inside is being overwritten
I have a batch file that adds finished jobs to a basic text file to create a logs .txt files. I then have a process setup to add html code for tables, heading, banner, etc to the logs and save a copy as an Queue.html. I then have an index.html…

dkrichards16
- 1
- 1
-1
votes
1 answer
How do I create elements in HTML and variables in Javascript that are able to retain their values after refreshing?
I need to make a quick webpage where a table is supposed to show with form boxes that allow you to enter data into the table. When a button is pressed, some javascript runs and a new row is added to the table, containing all of the information that…

Rahul Shah
- 141
- 2
- 12
-1
votes
1 answer
Refresh button without prompt on symfony
I need make a button for refresh a page withe the same values POST in bafore form.
The flow work is: Form1(values) > show | show > refresh button (with the same values ion From1)
I try with javascript but allways get Prompt (resend data?). So, I…
-1
votes
1 answer
How do I save cookie info?
I think the problem is not only the exp.date but the startup, every time I refresh the page the cookie bar reappears. why won't it save the cookie?
cookieScriptLoadJavaScript = function (d, b) {
var c = document.getElementsByTagName("head")[0],
…

user1
- 39
- 1
- 8
-1
votes
1 answer
Javascript/jQuery/html: How to automatize data retrieval from page source, when 'hard' refresh is involved?
IMPORTANT NOTE: I have totally rephrased/edited my original question, so please do not consider the first answer as irrelevant.
Here is the situation:
There is this web page of publications database, where the user selects different filters in order…

user2954390
- 1
- 1
-1
votes
1 answer
Using settimeout method on page submit
I need to fetch a list items available in a website that list the items in paging style. I will extract information of the items on each pages. I wrote a Javascript code using a settimeout(function(){...code...}, 5000), and run this code in the…

vvra
- 2,832
- 5
- 38
- 82
-1
votes
1 answer
force javascript refresh
I am trying to use an external javascript provided by indeed.com but I can't get it to reload when I change the ind_q variable or the ind_l. It WILL work in IE9 and Safari but will not work in Chrome or Firefox unless I put them in incognito mode. I…

whatdafrak
- 561
- 1
- 6
- 10
-1
votes
3 answers
How do I refresh the CSS for a DIV loaded with external content in JQuery Mobile
I have read all of your comments, but none of the solutions I read seem to work. I have a piece of Jquery code that gets some content from an external PHP script which updates a div in my application. After the new data is loaded, it doesn't have…

user1344344
- 21
- 1
- 1
-2
votes
1 answer
How do I stop my Bootstrap Webpage (under development) from refreshing automatically
Explanation of issue:
Hi.
I'm developing a personal webpage using HTML and CSS. I have also incorporated Bootstrap and a number of its components to achieve responsiveness.
I'm using Locally linked Bootstrap file/folder (not the online CDN). I want…

UltimateKaycee
- 36
- 6
-2
votes
2 answers
The cause of resubmit form in browser
I am newbie of backend developer. I am learning PRG (post redirect get) pattern to prevent the resubmit form when user click reload button after submitting the form. I don't understand why click reload button after submitting form cause resubmitting…

Leo Pkm
- 3
- 1
-2
votes
1 answer
Reload without Refreshing In JavaScript
I am making a private webpage game in which you identify the color by only RGB displayed to you and I want to add "Score" system but I can't because I am using:
function CR(){ window.location.reload(false) }
which refreshes the whole page can…

Jasser Ahmad
- 9
- 2
-2
votes
1 answer
How to get the page refreshed after the function calling in flutter?
I am using the below function to be called on the button press, which updates the data in the backend server. If the function is successful, I want the page to reload and new data to be updated on the page. how should I do that in…
user14155631
-2
votes
2 answers
Error 503 when I refresh an Aspx page multiple times
When I refresh or Ctrl+5 for few times continuously throws this error.Please help me...!
The actual Error is
Actually Iam using a Url in my JS to get the Ip...When refreshing the page continuesly Its unable to get the Ip I think.So it shows the…

Praveen Kumar Rejeti
- 213
- 2
- 10
-2
votes
2 answers
Prevent website change, ever
For security reasons I need to make it so that, once a website is loaded in a browser, that website cannot be updated at all, even with a manual refresh. Is this possible with Service Workers and/or some other technology, and if so, how?

quadrupleslap
- 460
- 1
- 6
- 18
-2
votes
2 answers
How can I force a hard refresh if page has been visited before
Is it possible to check if the client has a cached version of a website, and if so, force his browser to apply a hard refresh once?

bas
- 52
- 3