Jump to content

Is It Possible To Make?


Recommended Posts

I Want To Make A Input Box and a Msgbox.

I want that When Anyone Open That Script, He/She Will Be Asked To Give/Type A Password In The TextArea. If He/She Can't Give The Password/Give Wrong Password/Click Cancel, A MsgBox Will Appear Which Will Tell A Instruction To Know The Password.

And If Type The Correct Password,He Will Go To A Website Automatically.

Please I'm a Very Novice. Please Help Me.

Visit HugeSoft(TM) To Get Any Coding Help or Anything

Link to comment
Share on other sites

check this may help ..

Password()
Func Password()
 While 1
  $pass = InputBox(" Login ! ", "Enter A password to login ..", "", "*" & "M9", 200, 130)
  If $pass = "DORA" Then ExitLoop
  If @error Then Exit
  If $pass <> "DORA" Then MsgBox(0, "Password ", " The password is ""DORA"" ")
 WEnd
EndFunc   ;==>Password
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...