7 <!-- #include file = "common.inc" -->
11 Dim aPictureArray
, nPic
, nUpper
13 aPictureArray
= File_getDataVirtual( csFilePicture
, ".", ";" )
14 nPic
= File_readVirtual( "currpic.txt", "." )
15 nUpper
= CInt( (UBound(aPictureArray
) - 1 ) / 2)
22 <FORM action=
"savepic.asp" method=get
>
24 if isNumeric(nPic
) then
25 if (CInt( nPic
) >= CInt( (UBound(aPictureArray
) - 1 ) / 2 )) then
33 if CInt( nPic
) > 1 then
35 <INPUT type=submit
name=
"Auswahl" value=
"-"></INPUT>
39 <INPUT type=button
value=
" "></INPUT>
43 <INPUT type=text
name=
"CurrPic" value=
"<% = nPic %>" SIZE
=3></INPUT
>
45 if CInt( nPic
) < CInt( nUpper
) then
47 <INPUT type=submit
name=
"Auswahl" value=
"+"></INPUT>
51 <INPUT type=button
value=
" "></INPUT>
55 <INPUT type=submit
name=
"Auswahl" value=
"$$2"></INPUT>