home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / tema / starof / f_0178 / editpic.asp
Text File  |  1999-09-10  |  532b  |  20 lines

  1. <%
  2.     Option Explicit
  3.     Response.Expires = 0
  4.     Response.Buffer = True
  5. %>
  6.  
  7. <!-- #include file = "common.inc" -->
  8.  
  9. <HTML>
  10. <HEAD>
  11. </HEAD>
  12. <BODY>
  13.     <FORM action="savepic.asp" method=get>
  14.         <INPUT type=submit name="Auswahl" value="-"></INPUT>
  15.         <INPUT type=text name="CurrPic" value="<% = File_readVirtual( "currpic.txt", "." ) %>" SIZE=3></INPUT>
  16.         <INPUT type=submit name="Auswahl" value="+"></INPUT>
  17.         <INPUT type=submit name="Auswahl" value="$$2"></INPUT>
  18.     </FORM>
  19. </BODY>
  20. </HTML>