Author |
|
onhiatus Senior Member
Joined: May 12 2004 Location: United States
Online Status: Offline Posts: 279
|
Posted: October 19 2006 at 03:47 | IP Logged
|
|
|
My guess is that you are not getting to the data iframe. The first line of the updateFields function sets the object to the third iFrame on the page (var sd = window.frames[2];) - have you changed this to make it match your page?
I don't remember why I'm accessing it via an index and not by name.
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: October 19 2006 at 07:57 | IP Logged
|
|
|
Yup. I changed that line to...
var sd = window.frames['dataFrame'];
|
Back to Top |
|
|
onhiatus Senior Member
Joined: May 12 2004 Location: United States
Online Status: Offline Posts: 279
|
Posted: October 19 2006 at 16:24 | IP Logged
|
|
|
Did you leave the log line in?
What are you getting as output?
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: October 19 2006 at 22:23 | IP Logged
|
|
|
Yup. Log line still in. Where would the output be?
|
Back to Top |
|
|
onhiatus Senior Member
Joined: May 12 2004 Location: United States
Online Status: Offline Posts: 279
|
Posted: October 19 2006 at 23:53 | IP Logged
|
|
|
In a span named "log"... of course I suppose it could have the same issues.
I'll try to put together a simple working page and post it. I'm out of town this weekend, so might not happen until next week.
|
Back to Top |
|
|
onhiatus Senior Member
Joined: May 12 2004 Location: United States
Online Status: Offline Posts: 279
|
Posted: August 19 2008 at 16:45 | IP Logged
|
|
|
In case anyone still cares - I've updated my demo interface on the web - all the code to do what is discussed above is in place so you can see how things get updated without reloading the page.
I'm going to start a new "brag" thread to talk about what does what where (slow time at work right now).
I use this with my Nokia 770 as a wall display (so 480x800 pixels). The 770 just rdps to my server where this runs in a fullscreen Opera instance
This now displays great in Opera 8 or above, Poorly but working in IE6, even poorer but still working in IE7, and does not work in Firefox
http://www.onhiatus.com/house/770home2.htm
|
Back to Top |
|
|