Code Search for Developers
 
 
  

charedit.asp from POL-distro scripts at Krugle


Show charedit.asp syntax highlighted

<% use uo; %>

<html><head><title>Char Edit</title></head>
  <body>
 
<%
    var serial := Cint(QueryParam( "Serial" ));
    var chr := SystemFindObjectBySerial( serial );
  %>
             <div align=center>
<%=serial%><br>
<%=chr.name%><br>
<%=chr.serial%><br>
x=<%=chr.x%><br>
y=<%=chr.y%><br>
z=<%=chr.z%><br>

<form method=get action="chareditaction.ecl">
 <input type=hidden name=Serial value=<%=serial%> ID="Hidden1">
 <input type=text name=X>
 <input type=text name=Y>
 <input type=submit name=Action value="Move">
</form>
</div>
  </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

  charedit.asp
  chareditaction.asp
  chareditdirectory.asp
  index.asp