When I want to open a link from the SBC micro browser in a "normal" browser I get the following error:
The visualization runtime could not be started. The browser does not support Java, the Java plug-in is not installed or the Applet could not be loaded.
Is there a way to open this link without installing any applications (as java). I want my website to be available for any browser (safari, chrome, ...). I was thinking about writing some code in JavaScript and/or PHP. Can someone help me?
The links looks like this: https://play-lh.googleusercontent.com/4CLSLx_kBSeRt6X5b6tXwXoTLcmOQNIFq-oml6-eE_sMcZexPkJE9JAhp4UEl5pqJew=w1536-h754-rw
The content of the "webpage" looks like this : https://play-lh.googleusercontent.com/cAZsalgjRwG5PEjFaN_GGB0l3eRvJyUFSek3Uply-ja2Ad_83OtJ5qnzz3G2bqTZNDg=w1536-h754-rw
It's a dashboard with changing values that represent Measurements.
The body of the html page looks like this
<body>
<applet archive="IMasterSaia5_15_03.jar" code="IMasterSaia5_15_03.class" width="1024" height="768" class="teqruntime">
<param name="java_arguments" value="-Xms256m -Xmx512m">
<param name="AppletName" value="Webpanel Central">
...(a lot more <param> )
</applet>
</body>