﻿// FUNCIONES DE LAS ACCIONES DE LOS BOTONES DE LA APLICACION
var strcampoobligado;
var host = window.location.host;
if(host=="localhost"){host="localhost/radiomaria";}
//alert(host);
var ventana="";

function envio(){
	var valores="";
	strcampoobligado="E-mail,peticion";
	
	if(document.getElementById("E-mail").value!=""){
		if(document.getElementById("peticion").value!=""){
			document.getElementById("accion").value=1;
			document.form.submit();
		}else{
			alert("debe rellenar los datos");
		}
		/*var strRuta="http://"+host+"/envios/envios.asp";
		var valores = llamadaPost(strRuta);
	    if (valores==1){
	        valores=llamopaginaget("http://"+host+"/envios/respuesta.htm");
	    }else if(valores==2){
	        valores="<p>&nbsp;</p><p class='titulo'>SUGERENCIAS</p><P>Su sugerencia no podido ser enviada contacte con soporteradiomaria@planalfa.es e indique: &quot;No funcionan las sugerencias de radiomaria.es&quot;<br/>";
	    }
	    window.document.body.innerHTML=valores;
	    window.focus();
	    window.onload=function(){MM_reloadPage(true);}*/
	}else{
			alert("debe rellenar los datos");
	}
}

function Limpiar(){
    strcampofiltro="txtTexto";
    Restablecer();
}