08-18-2021, 05:27 PM
(This post was last modified: 08-20-2021, 12:23 PM by Chrispy1403.)
Hello,
i'm using Intraweb 14.1.6 in combination with Bootstrap for Intraweb.
I wanted to create an Application to install in an intranet enviroment with the exception that there is no internet connection.
While programming i found out, that my code only works with an internet connection established.
But when i'm offline, some async actions wont work anymore.
For example does this piece of code not work offline.
I need this piece of code to refresh some data Aware Controls like a dbTable.
When i hit F5 it refreshs but that is not an accaptable work around.
Do u have any ideas how to fix this issue?
Thanks in advance
i'm using Intraweb 14.1.6 in combination with Bootstrap for Intraweb.
I wanted to create an Application to install in an intranet enviroment with the exception that there is no internet connection.
While programming i found out, that my code only works with an internet connection established.
But when i'm offline, some async actions wont work anymore.
For example does this piece of code not work offline.
Code:
WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA('location.reload();');
When i hit F5 it refreshs but that is not an accaptable work around.
Do u have any ideas how to fix this issue?
Thanks in advance