jinmoda Posted June 5, 2007 Posted June 5, 2007 (edited) hello. everyone.i can't speak english very well. lol..i made ie context menu on textarea or input text area. for auto login use on website. without autologin util.example ://id_pw.vbsSet WshShell = WScript.CreateObject("WScript.Shell")WScript.Sleep 1000WshShell.SendKeys "insertid"WScript.Sleep 500WshShell.SendKeys "{TAB}"WshShell.SendKeys "insertpw"WScript.Sleep 500WshShell.SendKeys "{enter}"// vbs endon login form, auto insert id, tab, insert password, return vbs script.how does it work? is it possible? Edited June 5, 2007 by jinmoda
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