Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - No blink refresh
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

No blink refresh

 Post Reply Post Reply Page  <12
Author
Gullanian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gullanian Quote  Post ReplyReply Direct Link To This Post Posted: 10 November 2003 at 4:52pm


<IFRAME SRC="chatBox.asp" width="0" height="0" name="refreshframe"></iframe>

<div id="newcontent"></div>

<SCRIPT language = "JavaScript">

<!--

function flip_div(sorce,target)

{

//code to refresh the iframe

parent.refreshframe.history.go(0);

//set the innerhtml of the div to the iframe contents

document.getElementById(target).innerHTML = document.getElementById(sorce).innerHTML;

}

var the_count = 0;

var the_timeout;

function doTimer() {

flip_div('refreshframe', 'newcontent');

the_count += 2;

the_timeout = setTimeout("doTimer();", 2000);

}

//-->

</SCRIPT>

Hmm...... it doesnt add the data to the <div>, anyone help me out on this one?

Its works 100% fine except it cant get the data from the iframe



Edited by Gullanian
Back to Top
Gullanian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gullanian Quote  Post ReplyReply Direct Link To This Post Posted: 10 November 2003 at 5:05pm

SORTED!

For anyone that wants the code that works, here ya go:


<IFRAME SRC="chatBox.asp" width="0" height="0" id="refreshframe"></iframe>

<div id="newcontent"></div>

<SCRIPT language = "JavaScript">
<!--
function flip_div(sorce,target)
{
  parent.refreshframe.history.go(0);
  document.getElementById(target).innerHTML =
 refreshframe.document.body.innerHTML;
}

var the_count = 0;
var the_timeout;

function doTimer() {
  flip_div('refreshframe', 'newcontent');
  the_count += 2;
  the_timeout = setTimeout("doTimer();", 2000);
}

//-->
</SCRIPT>

Back to Top
 Post Reply Post Reply Page  <12

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.