Web Page Reload
Hi, developers!
Is there anything that can reload the whole web page, just like clicking F5, but not using F5.
Not the mashup reload function. Thanks!
Lee
Hi, developers!
Is there anything that can reload the whole web page, just like clicking F5, but not using F5.
Not the mashup reload function. Thanks!
Lee
Hi,
tricky thing
you can use a special mashup which contains a HTML text area set as "read only".
than you can create a thing which has one property type of HTML, put this inside
<A HREF="javascript:history.go(0)">Click to refresh the page</A>
than on that mashup find your thing, call get property values and bind your HTML property to that HTML text widget. Upon load link will be displayed upon click on that link whole page will be refreshed. Or you can set your HTML property to this:
<META HTTP-EQUIV="refresh" CONTENT="15">
than whole page will refresh as soon as your mashup displays that HTML text area widget with your property in..
You can test it and give me some feedback, I myself have not tested it.
Hope that helps a bit.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.