Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Did Firefox drop support for the Windows DDE interface?

  • 3 respostas
  • 1 has this problem
  • 1 view
  • Last reply by 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.

All Replies (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.