Results 1 to 9 of 9
Thread: Javascript Basic Help Please :)
-
Javascript Basic Help Please :)
Hi guys ^^
How can i make a autologin script ?
I want the username and password to be filled and the the "login" button to be clicked :P
Thanks.
-
04-14-2011 12:57 PM # ADSAdvertise here Circuit advertisement
- Join Date
- My Birthday
- Posts
- Million and counting
-
Re: Javascript Basic Help Please :)
Instead of javascript why not check autohotkey ? because javascript is session dependent. So you have to ente the password every time you login to the site or browser. So instead of using javascript it is better to use authotkey or other program for this.
-
09-11-2011, 04:07 PM #3
MTV Regular
is Enjoying posting!!!I am:----
- Join Date
- Jun 2011
- Posts
- 375
- MTV$
- -8
Re: Javascript Basic Help Please :)
Well, what ryuken said is absolutely correct, that would save you many lines of code. But if you still want to continue then do this one:
<SCRIPT LANGUAGE= "JavaScript">
function Anchor() {
document.statsform.submit();
}
</SCRIPT>
<body>
<form name= "statsform" action= "http://yoursite#.yoursite.com/login.aspx" method= "post">
<input type= "hidden" name= "shortcutLink" value= "autologin" id= "shortcutLink">
<input type= "hidden" name= "txtSiteID" id= "txtSiteID" value= "siteID or domain name">
<input type= "hidden" name= "txtUser" id= "txtUser" value= "username">
<input type= "hidden" name= "txtPass" id= "txtPass" value= "password">
</form>
<p><a href= "JavaScript:Anchors()"> your custom message goes here</a></p>
-
Re: Javascript Basic Help Please :)
what do you mean by auto login script?? is is a script that logs you in automatically or what?? please clear..
█
-
07-29-2012, 03:19 PM #5
MTV Regular
This user has no status.I am:----
- Join Date
- Jul 2012
- Posts
- 106
- MTV$
- 295
Re: Javascript Basic Help Please :)
Well the java script is also nice programming software but i really don't know how to start the script and I also want to know the java script. Please guys help me ! I hope you guys are awesome in programming.
-
Re: Javascript Basic Help Please :)
what is auto hot key. ? i thought we need php knowledge to maker username and passoword tabs work or say to make user able to login in our site. help please
-
09-14-2012, 12:03 AM #7
Banned
This user has no status.I am:----
- Join Date
- Sep 2012
- Posts
- 1,129
- MTV$
- 3,336
Re: Javascript Basic Help Please :)
Instead of javascript why not check autohotkey ? because javascript is session dependent. So you have to ente the password every time you login to the site or browser. So instead of using javascript it is better to use authotkey or other program
-
Re: Javascript Basic Help Please :)
this is java basic
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<script>
document.write("<p>My First JavaScript</p>");
</script>
</body>
</html>
thank you
-
12-03-2012, 12:48 PM #9
MTV Regular
This user has no status.I am:----
- Join Date
- Nov 2012
- Posts
- 323
- MTV$
- 863
Re: Javascript Basic Help Please :)
Basic of Javascript is concerned with learning the syntax and forming a program following a structure that is supported by Javascript. Everthing tools that is concerned with Javascript is imported from the Library functions which you have to learn the format of how to do it. That is all about the basics of Javascript.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)

































Reply With Quote



Bookmarks