i'm trying to create an script that automates the logging in to a website that seems to have 开发者_JS百科some embedded VBscript and Javascript and I am wondering how I can create an auto-login script with WWW::Scripter. Thanks in advance for the help!
Use WWW::Mechanize::Firefox you'll save yourself a lot of work/problems. That said I doubt any browser but IE executes client side VBS.
精彩评论