Replies: 1 comment
-
any news ? page.htm
<script>document.write(Date().toString());</script>
<iframe src="frame.htm" title="frame title"></iframe> iframe.htm <script>document.write(Date().toString());</script>with dashy will it works? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi , i have setup an ifram widget like this:
widgets:
updateInterval: 1800
options:
url: http://192.168.10.148/speedtest.html
frameHeight: 260
id: 0_2993_iframe
displayData:
sortBy: default
rows: 2
cols: 1
collapsed: false
hideForGuests: false
as you can see i have setup the parameter to autoreload the html page each 1800 seconds but the page is not updated...the only way to see the change is to close the dashy board or right click on that iframe and hit reload this sub page...
i'm using the latest firefox.
please let me know
Beta Was this translation helpful? Give feedback.
All reactions