Click here to see the entire page!");
int blocknr = -1;
if (request.getParameter("blocknr") != null) blocknr = Integer.parseInt(request.getParameter("blocknr"));
if (blocknr != -1)
if (blocknr != textLength / blockSize)
textOfURL = textOfURL.substring(blocknr*blockSize, (blocknr+1)*blockSize);
else textOfURL = textOfURL.substring(blocknr*blockSize, textLength);
%>
Click this to switch to tag-enabled mode if you don't see anything
Opera Mini copy helper (C) Werner "Menneisyys" Ruotsalainen, 2009.