I work with an application that has created it\'s own protocol such like MS did for its MSN client msnim:chat?contact=test@test.com
msnim:chat?contact=test@test.com
However, I need to creat
The following HTML/JavaScript code will observe clicks on and create two new iFrames to a URL which can trigger the custom URI scheme you created:
Some content here Click Me!
Some content here
Click Me!
The following PHP code is what will be displayed inside those iFrames: