Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<SCRIPT LANGUAGE="JavaScript" SRC="Includes/MyScriptLibrary.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
// code that uses MyScriptLibrary functions and objects
</SCRIPT>
%>
<!--#INCLUDE FILE="..\Includes\MiscFunctions.inc"-->
<%
// you cde goes here
%>
<!--#INCLUDE FILE="wddxDes.asp"-->
<SCRIPT LANGUAGE="JavaScript" runat=server>
///////////////
// trim(string) - trim string from trailing blanks
function trim(pcString)
{
...
</SCRIPT>