Premise Javascript

  • Thread starter Thread starter chucklyons
  • Start date Start date
Motorola Premise
Ok I'm stumped... What does OBE stand for? PS: Did you look into the ip camera modules at all for an example of using javascript within builder? Some of them used javascript I think to get the camera video to display (there should be an old dlink module and one for Linksys 54G camera).
 
Overcome By Events....In this case, I decided to use an iFrame with a javascript realtime updating clock. I looked at using flash, but I don't think Safari supports it(?). So the iFrame works. Sorta. Works in Firefox and Safari, but not in Chrome (which is my real objective), or IE. Anybody have any ideas? I simply added
Code:
iframe src="/datetime.html" height=25  width=220 frameborder=0 align="top" </iFrame>
into the toolbar section of the minibrowser So it works well and no more page refreshes for 'static' activities. Now I can listen to Tversity non-stop... Next is adding the weather for dynamic updating...
 
Overcome By Events....
Hmmm, I was thinking Out-of Body Experience!

Assuming you're getting the time from the client browser's clock, here's a javascript example that might work:
http://www.elated.com/articles/creating-a-javascript-clock/

Getting the time (or other info) updated from the server would require some ajax programming.
 
:blush: :blush: :blush: :blush:

Now works on Chrome, Opera and the rest....somehow, some way, that darn SYS removed a '>' from my script!!!

:blush: :blush: :blush: :blush:
 
Back
Top