Activity Stream
48,167 MEMBERS
6825 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member
    Website's:
    MastersPoint.com

    Default iFRAME reloading

    I wish to reload an iframe from the iframe tag.

    is there a way you guys know of?

    It's a football score card, which I need to reload from my side since I don't have control over the page

    thanks
    TechPro Reviewed by TechPro on . iFRAME reloading I wish to reload an iframe from the iframe tag. is there a way you guys know of? It's a football score card, which I need to reload from my side since I don't have control over the page :) thanks :sun: Rating: 5
    KWWHunction Lover :D Everyone here is helpful.

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    MastersPoint.com
    anyone good at this?
    KWWHunction Lover :D Everyone here is helpful.

  4.     
    #3
    Member
    You need auto refresh ?
    Then
    PHP Code: 
    <meta http-equiv="refresh" content="60" /> 
    Or Button to refresh ?
    Then
    PHP Code: 
    <html>
    <
    head>
    <
    script type="text/javascript">
     
    function 
    Reload () {
    var 
    document.getElementById('iframe1');
    f.src f.src;
    }
     
    </script>
    </head>
    <body>
    <iframe id="iframe1" height="200" width="300"
    src="http://google.com"></iframe>
    <br>
    <input type="button" value="Reload" onclick="Reload();">
    </body>
    </html> 
    No Signature This Time

  5.     
    #4
    Member
    Website's:
    MastersPoint.com
    Is there a way to auto reload it mate say every 5 seconds?
    KWWHunction Lover :D Everyone here is helpful.

  6.     
    #5
    Member
    PHP Code: 
    <meta http-equiv="refresh" content="5" /> 
    content="5" <=== This is time in sec ( this case 5 sec)
    No Signature This Time

  7.     
    #6
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    you can use setInterval


  8.     
    #7
    Member
    Website's:
    MastersPoint.com
    the problem is I don't have control over the iframe.html , I need to call some function from the iframe tag itself?
    KWWHunction Lover :D Everyone here is helpful.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HTML - iframe help
    By Ashleyuk1984 in forum Web Application/Script Support
    Replies: 2
    Last Post: 31st Dec 2011, 07:12 AM
  2. [Buying] Traffic iFrame/Pop up/Bux
    By EnCiPh3r in forum Completed Transactions
    Replies: 5
    Last Post: 22nd Oct 2011, 05:40 PM
  3. reloading problem
    By sasa037 in forum Technical Help Desk Support
    Replies: 1
    Last Post: 3rd Aug 2011, 08:24 AM
  4. [Buying] buy iframe traffic
    By silkool in forum Completed Transactions
    Replies: 6
    Last Post: 22nd Jun 2011, 04:46 AM
  5. [Hiring] Optimize WP Blog for Fast Reloading Time
    By Jayzzy in forum Community Cooperative
    Replies: 8
    Last Post: 18th Feb 2011, 07:54 AM

Tags for this Thread

BE SOCIAL