Code Search for Developers
 
 
  

index.asp from POL-distro scripts at Krugle


Show index.asp syntax highlighted

<%
use uo;
use os;
%>

<html>
<head>
<title>Debug Package</title>
</head>

<body>
<% 
  include header; 
  PrintHeader( "All Scripts" );
%>
<form method=GET action="list_scripts.ecl">
  <input type=text name=ScriptName>
  <input type=submit name=Action value="ListScripts">
</form>
  
<form method=GET action="unload.ecl">
  <input type=submit name=Action value="Unload Scripts">
</form>

<form method=GET action="kill_process.ecl">
  <input type=text name=Pid>
  <input type=submit name=Action value="Kill">
</form>

</BODY>
</HTML>




See more files for this project here

POL-distro scripts

The default distribution of scripts for the POL server project.

Project homepage: http://sourceforge.net/projects/pol-distro
Programming language(s): ASP,Pascal
License: other

  all_scripts.asp
  debug.asp
  debug2.asp
  header.inc
  index.asp
  kill_process.asp
  list_scripts.asp
  scriptex.asp
  unload.asp