Results 1 to 7 of 7
-
13th Jan 2012, 06:26 AM #1OPMemberWebsite's:
MastersPoint.comiFRAME 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
thanksTechPro 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: 5KWWHunction Lover :D Everyone here is helpful.
-
13th Jan 2012, 09:05 AM #2OPMemberWebsite's:
MastersPoint.comanyone good at this?
KWWHunction Lover :D Everyone here is helpful.
-
13th Jan 2012, 09:15 AM #3Member
You need auto refresh ?
Then
PHP Code:<meta http-equiv="refresh" content="60" />
Then
PHP Code:<html>
<head>
<script type="text/javascript">
function Reload () {
var f = 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
-
13th Jan 2012, 04:56 PM #4OPMemberWebsite's:
MastersPoint.comIs there a way to auto reload it mate say every 5 seconds?
KWWHunction Lover :D Everyone here is helpful.
-
13th Jan 2012, 04:59 PM #5MemberPHP Code:
<meta http-equiv="refresh" content="5" />
No Signature This Time
-
13th Jan 2012, 04:59 PM #6MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comyou can use setInterval
-
13th Jan 2012, 05:33 PM #7OPMemberWebsite's:
MastersPoint.comthe 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.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
HTML - iframe help
By Ashleyuk1984 in forum Web Application/Script SupportReplies: 2Last Post: 31st Dec 2011, 07:12 AM -
[Buying] Traffic iFrame/Pop up/Bux
By EnCiPh3r in forum Completed TransactionsReplies: 5Last Post: 22nd Oct 2011, 05:40 PM -
reloading problem
By sasa037 in forum Technical Help Desk SupportReplies: 1Last Post: 3rd Aug 2011, 08:24 AM -
[Buying] buy iframe traffic
By silkool in forum Completed TransactionsReplies: 6Last Post: 22nd Jun 2011, 04:46 AM -
[Hiring] Optimize WP Blog for Fast Reloading Time
By Jayzzy in forum Community CooperativeReplies: 8Last Post: 18th Feb 2011, 07:54 AM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...