codice:
<%  
	pagina = request.querystring(pagina)
	if pagina="" then
		pagina="01" 
	end if
	response.write "<!--#include file='immagini/"
	response.write (pagina)
	response.write ".txt' -->"
%>
questo codice mi da questo errore

-----------------------------------------
Request object error 'ASP 0102 : 80004005'

Expecting string input

/immagini.asp, line 73

The function expects a string as input.
----------------------------------------------

la linea 73 è: pagina = request.querystring(pagina)

secodno voi xkè?
vi ringrazio