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.