var ie=WScriptcreateobject(InternetExplorerApplication)var args = WScriptargumentsvar followme=if(argslength>)
{ followme+=args()} ieNavigate(?continue=+followme)SynchronizeIE()var doc=iedocumentdocforms[]Emailvalue=docforms[]Passwdvalue=密碼寫在這裡//這是因為PersistentCookie這個checkbox有時候有而有時候沒有
if(docforms[]PersistentCookie!=null)
{ docforms[]PersistentCookiechecked=false} docforms[]submit()SynchronizeIE()ieVisible=true
//等待IE操作結束
function SynchronizeIE()
{ while(ieBusy)
{ WScriptSleep()}假定把該文件保存為googleSpecificjs存放在%windir%\system路徑下並建立如下內容的一個googlebat文件同樣放在%windir%\system路徑下
@cls
@wscript %windir%\system\googleSpecificjs % % % % % % % % %
然後在命令行執行語句go mail就可以直接登陸到你的gmail了
同樣類似的命令還有
Go notebook à便簽簿Go bookmarks à網絡收藏夾
如果直接輸入go而不接任何內容的話則會以你的名義登陸到首頁另外googleSpecificjs最好用screncexe進行加密加密後的文件格式是jse但即使是這樣也不能保證文件中的密碼不被別人看到(scrdec可以進行解密)更好的保密手段還請各位多提意見
From:http://tw.wingwit.com/Article/program/ASP/201311/21858.html