Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Which command line argument use to open firefox popup window

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 22 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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)

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

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