[M]ichael Posted June 24, 2016 Share Posted June 24, 2016 Hello guys, I made an html login but I don't know how to make "Remember Me" button works. Can someone help me please? Link to comment
xXMADEXx Posted June 25, 2016 Share Posted June 25, 2016 If it's a login done in HTML, you could probably use JavaScript cookies. Link to comment
[M]ichael Posted June 25, 2016 Author Share Posted June 25, 2016 If it's a login done in HTML, you could probably use JavaScript cookies. Yeah it's done, but how can I use JavaScript cookies? Link to comment
Simple0x47 Posted June 26, 2016 Share Posted June 26, 2016 You could use: executeBrowserJavascript It wasn't useful to me because it didn't make any change to the .html file. Link to comment
Tomas Posted June 26, 2016 Share Posted June 26, 2016 You could use: executeBrowserJavascript It wasn't useful to me because it didn't make any change to the .html file. Why should it? Link to comment
#RooTs Posted June 26, 2016 Share Posted June 26, 2016 Why should it? he does not know teach people who have never worked with login panel in HTML Link to comment
[M]ichael Posted June 26, 2016 Author Share Posted June 26, 2016 You could use: executeBrowserJavascript It wasn't useful to me because it didn't make any change to the .html file. But what JavaScript should It execute? Link to comment
Simple0x47 Posted June 26, 2016 Share Posted June 26, 2016 You will need a triggerEvent in a JS script and a executeBrowserJavascript to insert the token of the player allows the use remember function. Link to comment
RenanPG Posted June 26, 2016 Share Posted June 26, 2016 I'm not sure if mta browser enable cookies, try this to store on JS... http://www.w3schools.com/js/js_cookies.asp Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now