home *** CD-ROM | disk | FTP | other *** search
- <%
- Option Explicit
- Response.Expires = 0
- Response.Buffer = True
- %>
-
- <!-- #include file = "common.inc" -->
-
- <HTML>
- <HEAD>
- </HEAD>
- <BODY>
- <FORM action="savepic.asp" method=get>
- <INPUT type=submit name="Auswahl" value="-"></INPUT>
- <INPUT type=text name="CurrPic" value="<% = File_readVirtual( "currpic.txt", "." ) %>" SIZE=3></INPUT>
- <INPUT type=submit name="Auswahl" value="+"></INPUT>
- <INPUT type=submit name="Auswahl" value="$$2"></INPUT>
- </FORM>
- </BODY>
- </HTML>