TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sai Reddy
NA
214
30.8k
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.
Reply
Answers (
6
)
Design and Deploying web app
How can we get the reference of row in EXTjs grid?