Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Making A Refresh Link On Your Website., refresh local webpage
kakingho
post Oct 3 2005, 05:19 AM
Post #1


Member [Level 1]
****

Group: Members
Posts: 52
Joined: 17-July 05
From: hong kong
Member No.: 9,520



smile.gif
post it on ur website

CODE
<a href="javascript:this.location.reload();" style="color: #000000; font-weight: normal">refresh</a>


It can refresh local webpage.
U can add it at ur forum so that each topic u are reading can be refresh easily.

If ur website return to homepage after pressing I.E. refresh button, then
u must need this coding. cool.gif
Beacus visitors only want to refresh local webpage but not go back to homepage. ohmy.gif


* same coding...can refresh different webpage
Go to the top of the page
 
+Quote Post
Lozbo
post Oct 3 2005, 06:11 AM
Post #2


Super Member
*********

Group: Members
Posts: 282
Joined: 1-September 05
From: Wanatos
Member No.: 11,382



A topic about this had been opened before, i guess you could just have pasted this issue there.
Go to the top of the page
 
+Quote Post
Spectre
post Oct 3 2005, 06:12 AM
Post #3


Privileged Member
*********

Group: Members
Posts: 874
Joined: 30-July 04
Member No.: 246



An easier way (which doesn't require the user have JavaScript support): Press F5. Nearly all browsers designate the F5 key as the Refresh command.
Go to the top of the page
 
+Quote Post
kakingho
post Oct 3 2005, 06:30 AM
Post #4


Member [Level 1]
****

Group: Members
Posts: 52
Joined: 17-July 05
From: hong kong
Member No.: 9,520



QUOTE(Lozbo @ Oct 3 2005, 02:11 PM)
A topic about this had been opened before, i guess you could just have pasted this issue there.
*



I don't know this had been opened before.
I must say I didn't copy the other topic.
Go to the top of the page
 
+Quote Post
kakingho
post Oct 3 2005, 06:32 AM
Post #5


Member [Level 1]
****

Group: Members
Posts: 52
Joined: 17-July 05
From: hong kong
Member No.: 9,520



QUOTE(Spectre @ Oct 3 2005, 02:12 PM)
An easier way (which doesn't require the user have JavaScript support): Press F5. Nearly all browsers designate the F5 key as the Refresh command.
*



some website can not refresh by this way.
because will return to homepage.
Go to the top of the page
 
+Quote Post
galexcd
post Oct 9 2005, 03:56 AM
Post #6


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
*********

Group: [HOSTED]
Posts: 973
Joined: 25-September 05
From: The dungeon deep below the foundation of trap17
Member No.: 12,251



QUOTE(Spectre @ Oct 2 2005, 10:12 PM)
An easier way (which doesn't require the user have JavaScript support): Press F5. Nearly all browsers designate the F5 key as the Refresh command.
*



not safari... Besides kakingho wanted a link
Go to the top of the page
 
+Quote Post
galexcd
post Oct 9 2005, 03:58 AM
Post #7


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
*********

Group: [HOSTED]
Posts: 973
Joined: 25-September 05
From: The dungeon deep below the foundation of trap17
Member No.: 12,251



QUOTE(Lozbo @ Oct 2 2005, 10:11 PM)
A topic about this had been opened before, i guess you could just have pasted this issue there.
*



The other topic was about meta tag refeshing when the page loads... not link refreshing
Go to the top of the page
 
+Quote Post
galexcd
post Oct 9 2005, 04:02 AM
Post #8


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
*********

Group: [HOSTED]
Posts: 973
Joined: 25-September 05
From: The dungeon deep below the foundation of trap17
Member No.: 12,251



QUOTE(kakingho @ Oct 2 2005, 09:19 PM)
smile.gif
post it on ur website

CODE
<a href="javascript:this.location.reload();" style="color: #000000; font-weight: normal">refresh</a>


It can refresh local webpage.
U can add it at ur forum so that each topic u are reading can be refresh easily.

If ur website return to homepage after pressing I.E. refresh button, then
u must need this coding.  cool.gif
Beacus visitors only want to refresh local webpage but not go back to homepage. ohmy.gif
* same coding...can refresh different webpage
*



why not just link to the current page?

example:

page is: www.mydomain.com/page.html

coad is: <a href="www.mydomain.com/page.html">Refresh</a>

Its kind of a slopy way of doing it but it would work..
Go to the top of the page
 
+Quote Post
calkid
post Nov 17 2005, 06:17 AM
Post #9


Member [Level 1]
****

Group: Members
Posts: 50
Joined: 16-November 05
Member No.: 14,410



QUOTE(kakingho @ Oct 2 2005, 11:19 PM)
smile.gif
post it on ur website

CODE
<a href="javascript:this.location.reload();" style="color: #000000; font-weight: normal">refresh</a>


It can refresh local webpage.
U can add it at ur forum so that each topic u are reading can be refresh easily.





do you know of a good refresh script that will refresh after a certain amount of seconds or minutes?

or

is there a way to perform a script directly through a browser to refresh a determined amount of seconds or minutes

Notice from jlhaslip:
edit to repair end of quote tag mising


This post has been edited by jlhaslip: Nov 17 2005, 06:11 PM