Results 1 to 6 of 6

Thread: Refresh Mechanism

  1. #1
    blank BT Rep: +1
    Join Date
    Oct 2003
    Posts
    1,045
    can someone give me the script that will make a javascript image refresh every 5 mins please. Thanks

    ps. if it makes a difference, the image being shown is linked from another website onto mine and refreshs every 5 mins
    Shut that cunt’s mouth or I’ll come over there and fuckstart her head.

  2. Internet, Programming and Graphics   -   #2
    h1
    Guest
    "JavaScript image?"

    About the refreshing... read this.

  3. Internet, Programming and Graphics   -   #3
    blank BT Rep: +1
    Join Date
    Oct 2003
    Posts
    1,045
    Originally posted by haxor41789@7 April 2004 - 22:43
    "JavaScript image?"

    About the refreshing... read this.
    thanks. thats not quite what i needed but will help me. Sorry about my confusing post. Obviously the image isnt javascript. It refreshs using javascript which is what i meant to say.

    I am linking this image which refreshs on another web page to my page. Therefore i need my page to refresh at the same time gap as the other page
    Shut that cunt’s mouth or I’ll come over there and fuckstart her head.

  4. Internet, Programming and Graphics   -   #4
    h1
    Guest
    Originally posted by hungrylilboy@7 April 2004 - 18:42
    I am linking this image which refreshs on another web page to my page. Therefore i need my page to refresh at the same time gap as the other page
    That's damn near impossible to pull of with JavaScript, since it's client-side.

    The only thing that I can think of is to have a PHP script that checks the time.

  5. Internet, Programming and Graphics   -   #5
    blank BT Rep: +1
    Join Date
    Oct 2003
    Posts
    1,045
    the client refreshes every 5 mins. so surely if i simply refresh my image every 5 mins (doesnt have to be the same exact time) the image will be refreshed??


    how would the php work?
    Shut that cunt’s mouth or I’ll come over there and fuckstart her head.

  6. Internet, Programming and Graphics   -   #6
    h1
    Guest


    Your brilliant logic just owned me.

    As to PHP, I was thinking to synchronize the times between the two servers and compare it, but sometimes the simplest solutions are best.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •