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