URI Schemes

Demo

This page demonstrates a Web application's support for various URI schemes. Use of these schemes can often provide applications with integration with local applications (e.g. mail or SMS client, phone application).

mailto:

mailto:test@test.com

mailto:test@test.com

tel:

tel:5198887465

tel:5198887465

See http://tools.ietf.org/html/rfc3966 for more info on "tel".

wtai:

wtai://wp/mc;5198887465

wtai://wp/mc;

See http://www.scribd.com/doc/19106517/WTAI- for more info on "wtai".
wp = "WTAPublic" library
mc = "makeCall" function

sms:

sms:5198887465

sms:5198887465

pin:

pin:1234a567

pin:1234a567

data:

Data URIs can be used to include data in-line in Web pages as if they were external resources. Data URIs are the base 64 encoded content for actual external files.

The benefit of using data URIs are that you can reduce the number of separate HTTP requests needed by your application to render its content.

The following images were encoded using http://www.motobit.com/util/base64-decoder-encoder.asp

webworks icon
purple image
shopping cart icon
Hawaii photo
Adam Stanley