This topic is locked

Field required search advanced

8/18/2012 10:50:32 AM
PHPRunner Tips and Tricks
E
ericholiveira author

Add the code in javascript onload event



$("#searchButton1").bind("click", {page: this}, function(e){

if(!document.getElementById("value_grupoperiodo_1").value)

{

alert("Campo Período Obrigatório");

location.reload(true);

}
});