Sai Reddy

Sai Reddy

  • NA
  • 214
  • 28.4k

Automatic click on button

Aug 4 2018 12:29 AM
Hi,
 
I am new to javascript, i have saved the folllowing code with login.html . When i use follwoing script Click here button appers. My requirement is to get direct login page without clicking.
 
<!DOCTYPE html>
<html>
<body>
<marquee><H2>Welcome to ****</H2></marquee>
<CENTER><a href="http://**********/httpclient.html?u=http://www.gstatic.com/generate_204" target="_blank">Click Here</a> </CENTER>
</body>
</html>
 
When i click on Click Here, the following page will be opened.
 
 
 
Again now i need to click on Sign in, My requirement is to auto login without clicking on Click Here and Sign in buttons.

Answers (6)