how can i get search rsults without clicking on submit button?
This is my previous code
var id=document.getElementById("thesearchbox").value; if(id==="") {
if(confirm("wanna search for fifa 16 crack?")) { document.getElementById("thesearchbox").value="fifa 16 crack";
}
}
I want that when the value is set to "fifa 16 crack " it automatically gives me search results . I cannot see the name of the form in source code. plz help me with this
how can i get search rsults without clicking on submit button?
This is my previous code
var id=document.getElementById("thesearchbox").value;
if(id==="")
{
if(confirm("wanna search for fifa 16 crack?"))
{
document.getElementById("thesearchbox").value="fifa 16 crack";
}
}
I want that when the value is set to "fifa 16 crack " it automatically gives me search results .
I cannot see the name of the form in source code. plz help me with this
A