Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Firefox won't auto login to Mailenable webmail with batch script

  • 1 odpověď
  • 1 má tento problém
  • 5 zobrazení
  • Poslední odpověď od guigs

more options

I am having trouble using a batch script to have Firefox open and auto-login to Mailenable webmail. In windows 7, if I run the following from a command prompt window, Firefox opens and executes the auto-login with no problems:

C:\Program Files (x86)\Mozilla Firefox>firefox.exe "http://mail.example.com/Hoodoo/lang/en/login.aspx?LanguageID=EN&UserID=MEDemo@Demonstration&Password=demo&Method=Auto&skin=hoodoo"


Using the following batch script, Firefox opens to the correct page, has the UserID filled in correctly, but leaves the password field blank.

start "C:\Program Files (x86)\Mozilla Firefox" firefox.exe "http://mail.example.com/Hoodoo/lang/en/login.aspx?LanguageID=EN&UserID=MEDemo@Demonstration&Password=demo&Method=Auto&skin=hoodoo"

Firefox version 29.0.1

Anyone have any ideas as to why Firefox is leaving the password field blank when using a batch script?

Thanks

I am having trouble using a batch script to have Firefox open and auto-login to Mailenable webmail. In windows 7, if I run the following from a command prompt window, Firefox opens and executes the auto-login with no problems: C:\Program Files (x86)\Mozilla Firefox>firefox.exe "http://mail.example.com/Hoodoo/lang/en/login.aspx?LanguageID=EN&UserID=MEDemo@Demonstration&Password=demo&Method=Auto&skin=hoodoo" Using the following batch script, Firefox opens to the correct page, has the UserID filled in correctly, but leaves the password field blank. start "C:\Program Files (x86)\Mozilla Firefox" firefox.exe "http://mail.example.com/Hoodoo/lang/en/login.aspx?LanguageID=EN&UserID=MEDemo@Demonstration&Password=demo&Method=Auto&skin=hoodoo" Firefox version 29.0.1 Anyone have any ideas as to why Firefox is leaving the password field blank when using a batch script? Thanks

Všechny odpovědi (1)

more options