Codice PHP:
<%
indiipppp request.servervariables("remote_addr")

if 
indiipppp "111.222.333.444" then

%>
    <
script>
        
alert("Attenzione \n\n Stai per accedere all'area riservato con l'IP <%=indiipppp%>")
    }
    
</script>
<%
else
....
%> 
HTH
Zappa