Jul 24, 2008

Making A Refresh Link On Your Website. - refresh local webpage

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..
Pages: 1, 2

free web hosting

Making A Refresh Link On Your Website. - refresh local webpage

kakingho
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

Reply

Lozbo
A topic about this had been opened before, i guess you could just have pasted this issue there.

Reply

Spectre
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.

Reply

kakingho
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.

Reply

kakingho
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.

Reply

galexcd
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

Reply

galexcd
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

Reply

galexcd
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..

 

 

 


Reply

calkid
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

Reply

Lozbo
Dont know if from a script but certanly through a meta tag. Yes im sorry that was the other topic about, meta tags in refreshing.

And guess the javascript will do easier than pasting the actual link for the same page, becouse its a code that you can just copy and paste every where without having to worry what page is it.

I think its easier but it also depends on javscript. But hey, how many actual users have javascript blocked? most users dont know even how (hehe i have not ever blocked it, so i actually dont know how to, i mean without firefox extensions)...

Reply

Latest Entries

RecordSites
Do not forget that some (javascript) refresh methods will also reload images, this costs bandwith.
I thought a javascript 'forwarding' to the same page didn't reload images.
like:

location=index.html

Reply

andrewsmithy
You could have a page repeatedly update by adding a meta-refresh. If you place the following tag in the <head> tag:

CODE

<meta http-equiv="refresh" content="numberOfSeconds" />


It will refresh every numberOfSeconds. This is a way show users a constantly updating page, although AJAX would be a better way to do that.

Reply

keep-in-touch
Hi all , I'm a binger programmer in asp.net, I want to make .jpg pictures change every 3 seconds, I have used AdRotator control and XML code. But I have to add some code to the page to make auto- refresh for the web page so the pictures will rotate. Can you help me please with this.

or is there any way to write a code which it makes the pictures moves by it self every 3 seconds?
thank you
the XML code was this , but even when i make refresh it may change and some time it will need me to make several refresh to be changed
CODE

<?xml version="1.0" encoding="utf-8" ?>
<Advertisements xmlns="http://schemas.microsoft.com/AspNet/AdRotator-Schedule-File">
<Ad>
<AlternateText>Picture1</AlternateText>
<ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\222.jpg</ImageUrl>
<Impressions>10</Impressions>
<Keyword>Room1</Keyword>
<NavigateUrl></NavigateUrl>
</Ad>
<Ad>
<AlternateText>Picture2</AlternateText>
<ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\333.jpg</ImageUrl>
<Impressions>20</Impressions>
<Keyword>Room2</Keyword>
<NavigateUrl></NavigateUrl>
</Ad>
<Ad>
<AlternateText>Picture3</AlternateText>
<ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\444.jpg</ImageUrl>
<Impressions>30</Impressions>
<Keyword>Room3</Keyword>
<NavigateUrl></NavigateUrl>
</Ad>

</Advertisements>
Notice from jlhaslip:
added code tags

Reply

Plenoptic
Thats a nice little tool for a page that is always changing like a forum and what not. I don't really see a need to use it though considering most web browsers have a refresh button on it but I guess if you can use that to refresh a page after hitting a submit button or something that would be helpful. I'm sure there are more uses I can't think of. Nice tip.

Reply

kjh
very helpful at IFrames! Thank you for this refresh tip!!

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. refresh a page constantly without noticing html - 3.83 hr back. (1)
  2. refresh javascript link - 4.52 hr back. (1)
  3. html refresh link - 4.75 hr back. (1)
  4. refresh link from javascript - 5.68 hr back. (1)
  5. refresh your web page after data change - 5.90 hr back. (1)
  6. refresh site html - 7.23 hr back. (1)
  7. refresh a local website - 7.59 hr back. (1)
  8. making a link websites - 10.71 hr back. (1)
  9. how to refresh a web page automatically in asp.net - 11.60 hr back. (1)
  10. web site refresh - 15.58 hr back. (1)
  11. webpages not refreshing properly need to set every time i visit the webpage in internet option for asp.net - 19.06 hr back. (1)
  12. link refresh - 20.88 hr back. (1)
  13. refresh on link - 22.15 hr back. (1)
  14. html link to refresh a webpage - 23.25 hr back. (2)
Similar Topics

Keywords : making, refresh, link, website, refresh, local, webpage

  1. Build A Website
    (11)
  2. Help Making A Web Adress Bar Using Html/js
    (9)
    Hey I need to make an adress bar basically you imput into the field press enter and your away but it
    cant use php or any code that needs to be installed, its all part of a workaround for my school
    interenet!....
  3. Website Drop Shadow Effect Help
    (7)
    Well I am in a need of help, I want to add this cool drop shadow effect to a website I am building,
    but unfortunately for me I can't seem to get it right. I want to apply this drop shadow effect
    to this website The first person to effectively apply this drop shadow to this website
    will get a 50 credit prize All the files are provided, you have to download the OSWD file to get
    the images and style effect, there is no rush but if you can get it done right away I be much
    appreciated.....
  4. Website Problems Please Help
    Unwanted gap between the welcome bar and flash. (6)
    I just set up this website, none of the links are in working condition yet. This is mainly because
    im trying to get rid of this anoyying gab in between my flash object and my welcome bar (its the
    small dark grey/brownish gap). Does anyone know exactly how to fix this without messing anything
    else up vis changing the code or possibly even the size of the flash? Thanks. Here is the website:
    http://www.childrenofconan.trap17.com/ Moved to html section in anticipation of that being the
    correct Forum ....
  5. Making This Website Automatically Scale For Browsers
    (1)
    Hi I am trying to scale the code below so It can be used for a furniture business website
    successfully, heres the code: "http://www.w3.org/TR/html4/loose.dtd"> Home
    Lorem ipsum quaeque
    eripuit probatus id usu, nec ea dos epic uri verterem, quando tempr et mei. Eam equidem erroribus
    an, id nam illum perse- cuti read more 12/20/2007 Lorem ipsum
    quaeque eripuit probatus id usu, nec ea dos epicuri verterem, quando tempr ....
  6. Iframe Src = A Local File In My Computer
    (6)
    Is it possible to call a file, i.e. 1.htm, from my web browser using such tag HTML iframe src
    =" file:///C:/1.htm "> /iframe > file:///C:/1.htm is the correct path since when I
    enter it to my web browser's address box it shows up properly. But when I use the same call
    function in my PHP it does not. My situation is that I'm running Apache with PHP, therefore I
    am running my own mimi-webserver on my computer. There's no risk of someone else accessing my
    file because it's for my testing purpose. I thought it had to do with some Apach....
  7. Help With Website Layout Correction For All Browsers
    Page gets larger on Firefox 2 (4)
    If you go to my site at http://boozkerstweaks.trap17.com and you look at the home page everything
    is fine on all browsers. Problems start to arise very soon however. Here is my list of problems and
    i was wondering if someone could help with just whats wrong. I have done a HTML validator and found
    only 3 errors and all these problems still occured. You might find more now though because i am
    screwing around with the code. Here is the list of browsers and errors: Netscape 8.1: After you
    click on the pulldown menu and click the only tweak avaible at the moment the pag....
  8. How To Make Cms For My Dynamic Website?
    A Content Management System (3)
    It is a pain trying to have to write new code everytime you want to change something on my website.
    I know there is an easier way to update content. I read about COntent Management systems which
    apparently use XML. When I would enter the administartion area there woudl be dynamic fileds in
    which I could edit the data and when I click submit it would change. The thing is that I know how
    to add these forms to a page but I dont know how to create an adminstration area. I use php and one
    of my friends said to use XML. I have a book but it is taking a long time to read.....
  9. Background Image Picture On A Website
    how do u make a pic a backround?? (3)
    ?email me if u know! Trap17 forum asks you to post contributes with substance. ....
  10. Creating Link In Html - Help Me With This!
    (5)
    edit: Neeeaavverrrminddd..... I was a total noob at php when i posted this and I needed help doing
    something with bbcode in php and didn't really know what I was saying.. /blush.gif"
    style="vertical-align:middle" emoid=":blush:" border="0" alt="blush.gif" /> Anyway topic
    resolved.......
  11. Making A Module For Personalized Google
    need XML/RSS help (2)
    I'm trying to do some basic stuff with RSS and XML, partially to make modules for personalized
    Google , but mostly to get experience with XML. I tried making one that would use the bash.org RSS
    feed ( http://www.bash.org/xml/about.html ) to get the last 3 quotes added, but I kind of just made
    something up and it didn't work: CODE <?xml version="1.0"
    encoding="UTF-8" ?> <Module> <ModulePrefs title="Bash: Lastest
    Quotes" height="100" /> <Content type="url"
    href="http://www.bash.or....
  12. Refresh Main Window By Clicking Link In Popup?
    (2)
    This is another refresh problem question. The project I'm doing uses tons of frames (I know,
    some of you will probably advise me not to use frames) and I'm having problems with refreshing
    the target frames. The problem is, I have a main page (main.html) that is a popup (so that I
    don't see the address bar and the other toolbar bits in my browser) and there are links in that
    page that when clicked also pops up a page. What I don't know is how to refresh the main page
    using a link in the other popup page. I've tried using this but this only works f....
  13. Problems With Webpage Positioning In Internet Explorer
    (11)
    Originally this topic was asking for testing of my page in Internet explorer but someone on another
    forum got there first, but I still need help! I've made a page using absolute positioning
    and php, using percentages for positions so that it should suit all screen resolutions. However on
    internet explorer some of the text on the right can't be seen and is off the page, whereas in
    every other browser it's perfect. What can I do to make it show up properly in internet Explorer
    as well as all the other ones? Here's the link so you can see what I mean by....
  14. Refresh Php Page, But First .....
    (2)
    I'm working on this now, but I can't even think of how to write it, if it's possible
    (but I'm pretty sure it is)... I have a page, which has a small iframe on it which loads a php
    page showing the status of a server, and refreshes itself every 30 seconds or so.. that works fine..
    the only problem is, when it refreshes, it seems to take at least 1 second to show anything, and I
    don't like it going blank like that.. my question is, can I set the php to check the status
    every 30 seconds, and check to see if it's different from before, and if so, t....
  15. Website Deployment Problems
    (3)
    Hello, I have developed a website that is specific to IE. The website looks great on my local
    machine. I then move it to my production environment. For some reason, the website now looks
    different when I view it from the production server. The strange thing is... I am using the same
    browser. I always believed that HTML was downloaded to the client and then it was up to the browser
    to render it. Considering I am viewing the webpage using the same browser from my machine... I
    should have received the same thing. Which lead me to believe that I didn't upload it prop....
  16. Refresh Page After Back Button Hit
    (11)
    Hi. I have a page that is dynamically build through DOM manipulation. So, when I browse outside the
    page, and then click back, those dynamically created DOM objects are gone. Since I am also using JSP
    / Servlet technology, I can rebuild this page easily, which I have done. Here is my dilemma. If
    the user leaves the dynamic page, then clicks back on their browser, I need the page they are going
    back to to refresh. I can't figure out how to do this. I've tried using the META tag, but it
    won't do it. Help would be appreciated. Thanks. ....
  17. Making Html For Internet Explorer Compatible With
    (3)
    I need some serious help. My website looks fine in Internet Explorer because I previewed it in IE
    when I made it. The only problem is that in FireFox it looks all messed up. I need help or a
    tutorial to make my site look the same in both browsers. If anyone can help me send me a PM or just
    post here. Click Here to view my site and see the difference. ....
  18. Populating A Form From A Link
    (5)
    I have an online application Form that multiple groups use from their own webpages. I would like the
    form to automatically populate a couple fields depending on which group's site it's clicked
    from......... I think there is a way to populate a form just by adding stuff to the link, but I
    don't know how and I can't find any information on how online (not really sure what to
    search)......... anyone know? I want a combo-box and a text field automatically populated with
    information depending on the link that's clicked. I honestly don't know if this i....
  19. How Do I Mirror A Website?
    (4)
    After the last batch of hurricanes we lost 5 days of traffic due to power outages in S. Florida.
    What I really want to do is redirect a visitor to a copy of the website if the original site takes
    more than a set amount of time. If heavy traffic causes the original site to take more than 10
    seconds to load I want the visitor automatically redirected to a copy on a different server. Can
    this be done somehow? I'm thinking the requests might have to go through a first server that
    times the two other servers and decides which is the best route. Any ideas? Thanks, ....
  20. Html Templates
    HTML Templates for website (3)
    Where do i get free HTML Templates to use in look and feel of website? Any link will be
    helpfull....I know there are some free templates available but it is hard to find even by
    gooooogling it. Please, share if you have any. Thank You.....
  21. Auto Refresh
    after page loads (9)
    Okay this seem like a siple enough task, I would like to tell an html page to refresh, but two
    conditions have to be met, 1) the page must have finsihed loading, 2) it must wait a given number of
    seconds, say 5. Buy the way this needs to be automatic. Thanks....
  22. Website Copy Protection
    (15)
    Hey people, thanks for the help in advance. I notice that my competition refuses to put the time
    into their websites that I do and have been stealing my pages. Copying my web text is one thing, but
    I notice often times my entire page is stolen, from what looks like a 'Save Page As' deal.
    What can I do to protect myself from this web theft, or at least to make it harder. I dont use any
    java, I use straight CSS on all my pages. Thanks. kvarnerexpress....
  23. Link To Create Desktop Shortcut?
    (5)
    Is there a way to make a link that actually creates a desktop shortcut? I have a page that gives
    links to files on our intranet but I know of people who try and make shortcuts for these files. It
    would be nice if I could put a link next to the link for the file that would make a shortcut. Use
    a more descriptive topic title next time. ....
  24. Dropdown Menus Links
    IDK how to make them link (3)
    Ok its a big problem to me, i need to make my drop down menus options link to a web page. I know i
    can do it with a button, and i can get that to work but i need/want to have it link as soon as the
    option is selected........How do i do that?....
  25. Ftp Website
    (0)
    hi guys, i am creating an FTP site which will have alot of folders on it each with subfolders and
    so on. the folders will be created every day on a machine and then sent to the site. i wanted to
    know if i can use a custom made DOS program created using the C language to upload the files and
    create the folders on the site or do i have to upload the folders invidually. i am a complete
    novice on FTP sites but have created a client for FTP transfers already, a pointer to a library of
    functions or general help would be gratefully appreciated. i am using VC++ 6 and windo....
  26. Making Subdomain And Url Mask.
    (1)
    I am trying to get my new site setup. I have 1 host and 2 Domain Names. I have my one site
    Wrecklessmedia.net running off of the root dir, and i recently bought brianberris.com and im running
    that site off of a sub-directory of the root. The DNS of brianberris.com is being just forwarded to
    that subdirectory. My problem is that i want to make a subdomain for brianberris.com called
    blog.brianberris.com. I have been messing around with .htaccess files and stuff but i cant get it
    working. I hope i explained this ok, and didnt confuse anyone, lol. Any help would be greatly a....
  27. Link Colour
    (5)
    Hey all, i dont know how easy this is to do or whether it can be done just using HTML or whatever.
    Basically i have 2 seperate navigation bars top nav bar is the parent navigation bar. when you
    hover over any of the entries in this parent bar it dynamically updates the second nav bar. what i
    ideally want is to highlight the parent link in black when i move the mouse over it BUT stay black
    until i select/ hover over another parent link. does that make sense? ....
  28. A Good Space For Learn Html
    web site link (5)
    Hi i find this web site you can learn html lan very fast and very easy woow i found it many
    tutorials go http://www.w3schools.com/ its really good website /rolleyes.gif' border='0'
    style='vertical-align:middle' alt='rolleyes.gif' /> ....
  29. Refresh Web Page
    (6)
    Well this questioned wasnt answered in 2003 but hopefully somebody knows the answer, sorry if this
    is a simple question but can i force the web browser to refresh the page after pressing the submit
    button. Basically my cgi perl form copies a different jpeg with teh same name into my public_html
    folder every time the form is submitted, therefore i have to click on the refresh button in IE to
    see the different picture. I have tried Code: but it doesnt seem to work in IE6 ....
  30. Table/cell Link?
    (10)
    Well, I actually don't know what it is. But I need a code where you can click everywhere on the
    table, not only on the text/image.....

    1. Looking for making, refresh, link, website, refresh, local, webpage

Searching Video's for making, refresh, link, website, refresh, local, webpage
advertisement



Making A Refresh Link On Your Website. - refresh local webpage



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE