Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Did Firefox drop support for the Windows DDE interface?

  • 3 respostas
  • 1 tem este problema
  • 1 exibição
  • Última resposta de sm19

more options

The DDE interfaces to query the webpage open in the current tab or to open a new webpage has been available for a long time but the last update seems to have removed it. The other options is that it changed the application Id but this seems unlikely.

The DDE interfaces to query the webpage open in the current tab or to open a new webpage has been available for a long time but the last update seems to have removed it. The other options is that it changed the application Id but this seems unlikely.

Todas as respostas (3)

more options

The service is still available, it just does not return any reply when requested:

Using Tcl/Tk (System32) 2 % package require dde 1.3.3 (System32) 3 % dde request firefox WWW_GetWindowInfo -1 remote server cannot handle this command

more options

See if this is what your looking for : https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

Everything I find is really old except for the above.

Please let us know if this solved your issue or if need further assistance.

more options

Thanks, command line options would allow opening a given webpage but I was using mostly the 'get the current open webpage'/WWW_GetWindowInfo for my own password manager that I wrote and never released. Push a button to get the user/password for the current website and then copy/paste it. This DDE interface was working on IE, Opera and Firefox, Opera is gone and Firefox seems to have broken it in 57, only IE (not edge) still supports it.