SaxoMT4


Oil Of Asia iOption

Advertise here
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Results 1 to 9 of 9
    1. #1
      greenapple67's Avatar
      greenapple67 is offline MTV Rookie
      This user has no status.
       
      I am:
      ----
       
      Join Date
      Apr 2011
      Posts
      68
      MTV$
      344

      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.

    2. # ADS
      Advertise here Circuit advertisement
      Join Date
      My Birthday
      Posts
      Million and counting
       
    3. #2
      ryuken's Avatar
      ryuken is offline MTV Loyal
      is Blogger
       
      I am:
      Tired
       
      Join Date
      May 2011
      Posts
      7,009
      MTV$
      413

      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.

    4. #3
      archy22 is offline 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>

    5. #4
      uninvited13th's Avatar
      uninvited13th is offline MTV Regular
      is a scripteur
       
      I am:
      Shy
       
      Join Date
      May 2011
      Location
      Azure City
      Posts
      576
      MTV$
      -25

      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..

    6. #5
      Dineshm is offline 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.

    7. #6
      prabinshr4u is offline Banned
      is stay cool
       
      I am:
      Cool
       
      Join Date
      Aug 2012
      Posts
      158
      MTV$
      326

      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

    8. #7
      njtboy is offline 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

    9. #8
      ashishrock is offline Banned
      is music is my life
       
      I am:
      Amused
       
      Join Date
      Sep 2012
      Posts
      1,047
      MTV$
      1,042

      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

    10. #9
      paudelsonu88 is offline 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)

    Tags for this Thread

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •