Mozilla サポートの検索

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

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Which command line argument use to open firefox popup window

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 16 回表示
  • 最後の返信者: cor-el

more options

Hello frnds,

I want to open the firefox popup window from my wpf application by passing the command line argument.

I can open the chrome window using command line argument

--app <url>

but I didnt find any command line argument for open the firefox window as popup

mainly my goal is open firefox popup window from my WPF application and I can pass the command line arguments

Thanks

Hello frnds, I want to open the firefox popup window from my wpf application by passing the command line argument. I can open the chrome window using command line argument --app <url> but I didnt find any command line argument for open the firefox window as popup mainly my goal is open firefox popup window from my WPF application and I can pass the command line arguments Thanks

すべての返信 (3)

more options
more options

https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options Last updated Jan 21, 2014 - not sure what changed, but the mozillaZine KB article was last updated 17 October 2012

more options

To open an external link in a new window you can use the -new-window command line switch.