473,480 Members | 1,585 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to auto refresh page for every 3 minutes by passing command in URL?

365 Contributor
How to auto refresh page for every 3 minutes by passing command part of URL?. I need to refresh one page automatically by passing that refresh command part of url, for example if I want to refresh my-own-web-page.com: some URL like this to auto reload?

http://www.my-own-web-page.com?auto-refresh=3
Jan 26 '11 #1
3 9807
Death Slaught
1,137 Top Contributor
The ?auto-refresh=3 often seen at the end of URLs, is caused by PHP parameters submitted through a form. I don't know if it's possible, but you should ask in the PHP forum.

Regards, Death
Feb 4 '11 #2
tvnaidu
365 Contributor
Thanks, I found refresh-every plugin for firefox.
Feb 4 '11 #3
Bharat383
93 New Member
make javascript timer function and done it...

like this :::
<script type="text/javascript">

function make_refresh()
{
window.location.reload();
setTimeout("make_refres()",60000*3);

}
</script>
<body onload = "make_refresh()">

your code here
</body>

Bharat Parmar(Bharat383)
Apr 21 '12 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
12883
by: Scott | last post by:
I have a clickable graph that resides on page 1. If user clicks a data point on the graph, the page runs again yeilding a 2nd graph that shows a more detailed graph. Problem is, I have a...
7
40170
by: Willem | last post by:
Can someone tell me how I can get a page(any page) on the Internet to refresh automatically every 5 minutes. I was thinking along the lines of having a HTML file on my C-drive with JavaScript to do...
0
1967
by: Marcus | last post by:
Hello! I'm buildning a webpage in ASP.NET using Visual Basic. The page contains a datagrid, a dropdownlist, some textboxes and a couple of buttons. The datagrid displays barcodes from a table...
3
3151
by: david | last post by:
I do not have the experience with it. For example, update the data in the ASP form every minute by retrieving data from database. Or do you have other methods? Thank you for any advice and...
3
2052
by: Ronald S. Cook | last post by:
I want to have a web page that shows the first 10 records of data. I want it to wait 10 seconds and then show then next 10 records. How can I do this? This is for events like what you'd see on...
10
32825
by: phforum | last post by:
Hi, I wrote a PHP page for user input the information to search the database. And the database data will update every second. I want to set the auto refresh to get the data from database every...
3
9346
by: tinuananster | last post by:
Hi, I need to auto refresh a page after a specific time interval. When the page is accessed the first time, a request parameter is null and hence it gets redirected to a welcome page (static...
2
5775
by: ankitmathur | last post by:
Hi Fellow Members, I want to know if HTML provides any way of refreshing a page only once automatically. My requirement is to refresh a page automatically only once after 2 minutes to display...
2
1780
by: szy1 | last post by:
Hello, Im using very basic script to show records form database(mysql) and link that remove the record. And the problem is when i click delete link IE show same page with link 'delete'...
3
3566
by: lezzo | last post by:
Hi Guys, I am new to this forum and find very interesting. I need your help in one of the script. I got a MySQL table bid_amount, and i want that if some new data comes in this table and...
0
7044
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7045
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6741
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2985
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.