cehta 1.0.3
HTML Application host for Windows CE
You must be registered and logged into HPC:Factor in order to contribute to the SCL.
Screenshots & Images
Description
Example of CEhta compatible .hta code wrapped into a .bat file
<!-- rem>
::^^ The XML comment brackets prevent the .bat stub from showing up on the page
@echo off
if %os%==%os:/=/% goto desktop
start cehta.exe %0
goto :eof
:desktop
start "%~n0" "%SystemRoot%\system32\mshta.exe" "%~f0"
goto :eof
-->
<html>
<![CDATA[
<!-- ^^^ The CDATA tag helps ensure XML conformance for CEhta's happiness -->
<head>
<style>
table
{
font-family: monospace;
border: 1px solid black;
border-collapse: collapse;
}
</style>
<script type='text/vbs'>
Option Explicit
' Avoid Window_OnLoad as it fires twice when hosted in CEhta
Sub Document_OnReadyStateChange
tdScriptEngine.innerText = tdScriptEngine.innerText & ScriptEngine
tdScriptEngineMajorVersion.innerText = ScriptEngineMajorVersion
tdScriptEngineMinorVersion.innerText = ScriptEngineMinorVersion
tdScriptEngineBuildVersion.innerText = ScriptEngineBuildVersion
End Sub
</script>
</head>
<table border='1' cellpadding='5'>
<tr><td>ScriptEngine</td><td id="tdScriptEngine"></td></tr>
<tr><td>ScriptEngineMajorVersion</td><td id="tdScriptEngineMajorVersion"></td></tr>
<tr><td>ScriptEngineMinorVersion</td><td id="tdScriptEngineMinorVersion"></td></tr>
<tr><td>ScriptEngineBuildVersion</td><td id="tdScriptEngineBuildVersion"></td></tr>
</table>
<comment>]]>
<!-- ^^^ The <comment> tag prevents the ]]> from showing up on the page -->
</html>
Installation Instructions
Copy .exe to device and execute
Tags
HTMLOpen Source
|
|
License |
Open Source The program is open source, free and the source code is available on-line. |
|
|
Website |
https://github.com/datadiode
Not working? Try this website on the WayBack Machine
We believe this app can be obtained directly from its developer!
|
|
|
Popularity |
2344 |
Total Downloads |
1 |
|
|
Submitted By |
torch |
Submitted On |
12 January 2023 |
Comments
No comments have been submitted against this application. Be the first!
You must be signed-in to post comments in the SCL. Not registered? Join our community.
Software Compatibility List: The SCL is provided for free to the Handheld PC Communty and we do not carry advertising to support our services. If you have found the SCL useful, please consider
donating.