토론 » 개발

how can i get search rsults without clicking on submit button?

§
게시: 2016-01-18

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

답글 게시

답글을 게시하려면 로그인하세요.