搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Did Firefox drop support for the Windows DDE interface?

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 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.

所有回覆 (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.