I am enclosing the HTML CODE. I can run the HTML on my Server but when I run the code on the Network I get a Page error with no clue what this is.
Thanks
<html>
<!-- Creation date: 2/6/2003 -->
<head>
<body bgcolor=lightyellow><font size=6>
<p align=center>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>FPA DEMO</title>
<MARQUEE WIDTH="160" HEIGHT="1" BEHAVIOR="slide" SCROLLDELAY="0" STYLE="background:#0099cc;">
<font color=yellow size=5>Forest Products Accounting Web Update Remember Everyone must be Logged off !!!
</MARQUEE>
<P>
<font color=black size=3>
<b>Note:</b> Before you proceed <b>EVERYONE MUST be LOGGED</b> off the FPA System.
<br>The new install will be placed directly on your <b>SERVER</b> without you having to copy to your Site to install.
<p align=center>
<script language=VBScript>
sub execute
set objShell=CreateObject("Wscript.Shell")
objShell.Run("f:/tzo/system_update/fpa_create_3.02.EXE")
end sub
</script>
</head>
<p align=center>
<body>
<button onclick=execute>
Version 3.02 Update
</button>
</body>
</html>
Thanks
<html>
<!-- Creation date: 2/6/2003 -->
<head>
<body bgcolor=lightyellow><font size=6>
<p align=center>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>FPA DEMO</title>
<MARQUEE WIDTH="160" HEIGHT="1" BEHAVIOR="slide" SCROLLDELAY="0" STYLE="background:#0099cc;">
<font color=yellow size=5>Forest Products Accounting Web Update Remember Everyone must be Logged off !!!
</MARQUEE>
<P>
<font color=black size=3>
<b>Note:</b> Before you proceed <b>EVERYONE MUST be LOGGED</b> off the FPA System.
<br>The new install will be placed directly on your <b>SERVER</b> without you having to copy to your Site to install.
<p align=center>
<script language=VBScript>
sub execute
set objShell=CreateObject("Wscript.Shell")
objShell.Run("f:/tzo/system_update/fpa_create_3.02.EXE")
end sub
</script>
</head>
<p align=center>
<body>
<button onclick=execute>
Version 3.02 Update
</button>
</body>
</html>