Ciao uomoragno2,

il nome della pagina è una stringa e va messo tra apici in javascript

codice:
Response.Write("<script language=javascript>")
Response.Write("<!--")
Response.Write("function AggiornaFrames() {")
Response.Write("document.parent.centro_destra.location.href = 'eventi_centro_destra.html';")
Response.Write("document.parent.sotto_destra.location.href = 'eventi_sotto_destra.html';")
Response.Write("}")
Response.Write(" //-->")
Response.Write("</script>")