%thisTitle = ":: CONTACTENOS :: MonierLifeTile" thisSeccion ="contacto"%> <% %>
|
Contáctanos |
||
|
<%
archivo = "CONTACTO"
If request("id") = "gracias" Then archivo = "GRACIAS"
set fso = server.CreateObject("SCRIPTING.FileSystemObject")
set oFile = fso.openTextFIle(server.mapPath("secciones/" & ARCHIVO & ".inc"))
response.write oFile.ReadAll
set fso = nothing
%>
|