Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Why forefox is not passing arguments to exe when launched using custom url protocol?

more options

I tired to register a custom url protocol using the example given in http://kb.mozillazine.org/Register_protocol

My application launched successfully but firefox failed to pass the arguments to the exe where as IE and chrome was successfully passed the arguments. Is this a bug in firefox and also let me know how i can launch an local exe with arguments passed to it.

I tired to register a custom url protocol using the example given in http://kb.mozillazine.org/Register_protocol My application launched successfully but firefox failed to pass the arguments to the exe where as IE and chrome was successfully passed the arguments. Is this a bug in firefox and also let me know how i can launch an local exe with arguments passed to it.

Все ответы (1)

more options

I wonder whether you need to use a syntax similar to the file protocol when specifying the path to the file you want to launch... If you open the page in Firefox, copy everything after file: and then use that after your custom protocol, can Notepad open the file?