1 Replies Last post: May 22, 2008 5:07 PM by Victor Gubin  
maxim hallow   8 posts since
Apr 24, 2006
Currently Being Moderated

May 7, 2008 4:55 PM

own protocol in JXBrowser?

 

Is it possible to use my own protocol in JXBrowser? It would like catch up links with a special protocol, rather than http to handle these links outside the firefox, e.g. <a href="myprotocol://do.it?c=submit">

 

 

 

 

 

 

Maxim

 

 

Victor Gubin TeamDev Ltd. 116 posts since
Dec 17, 2007
Currently Being Moderated
1. May 26, 2008 9:15 PM in response to: maxim hallow
Re: own protocol in JXBrowser?

Hi Maxim.

The solution of this problem  is nontrivial . I has wrote a sample which reacts to svn protocol link, and shows the content of this link by http. Please analyze this sample.

 

P.S. Or see this http://developer.mozilla.org/en/docs/Web-based_protocol_handlers

Attachments:

More Like This

  • Retrieving data ...