home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
- <html>
- <head>
- <title>Pagina con errore</title>
- </head>
-
- <body>
-
- <%
-
- Dim i
- Dim j
-
- i = 1000
-
- on error resume next
-
- for j = -10 to 10
- response.write i/j
- next
-
- %>
-
- </body>
- </html>
-