Hi,
is there a way to refresh a page remotly from another page in javascript. i want to force the browser to do a refresh when i go back to a page which was displayed before. im doing some code in a page and it should show some results in another page, when i go to the page where i suppose to see the results, i have to press F5 to see th...
I have a large form with some fields values dependent on previous elements. I use jquery's .trigger event to trigger the dependent field's update functions. When I refresh the page (click reload or click back), the previous values selected are still there, but the dependent fields are not reflecting the other element's values. How can I ...
I have a jquery content slider on a site I'm developing. I am having a strange problem that seems to be across all browsers and that is the slider slides the wrong distance if the page is refreshed via the refresh button.
To re-create the problem please follow these steps -
click this link
http://www.aus-media.com/dev/site_BYS/index.ht...
I am working on a web application.
I have a data grid with a 'commands' column that has hyperlinks for some common CRUD operations (Edit, Delete, etc).
When a user clicks on say the Edit hyperlink, I retrieve the unique identifier for the data grid row and load a modal form dialog (i am using jQuery UI) so the user is able to edit the ...
Hey guys, I'm posting this here because the Doctype community seems to be sleeping in.
If I set up a page like this:
<html><head><meta http-equiv="refresh" content="0;url=http://internic.net/"></head><body></body></html>
Will the browser send referrer info and other metadata when the redirection is performe...
Hello,
Could you tell me how to do a autorefresh (every minute) on a page. But I have some constraints, the refresh occur only when :
- the browser is not reduce (minimized)
- the tab must be active
When the browser is restored do a refresh, if the page with the refresh is active.
Sample : I have 2 tabs, one on "YouToube" and the othe...