Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Did Firefox drop support for the Windows DDE interface?

  • 3 svar
  • 1 har detta problem
  • 1 visning
  • Senaste svar av 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.

Alla svar (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.