June 5, 200719 yr 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, 200719 yr by jinmoda
Create an account or sign in to comment