Si l'estensione deve essere asp
codice:
<%
Session.LCID = 1040 
dataStart = #11/08/2004#
dataFine = #23/08/2004# 
if (Date() >= dataStart) and (Date() <= dataFine) then %> 
<script language="javascript"> 
window.open('vacanze.htm') 
</script> 
<% end if %>