Articles & Information.

How do you create a link to a website outside of Mxit?

Select a topic:

Choose from one of the topics below to browse other articles

Last updated by Rudolph Keown on September 02, 2013 15:10

Opens a web/wap page inside Mxit:

<a href="http://www.sometime.com/">Some Site</a>

Opens a web/wap page outside Mxit:

<a href="http://www.sometime.com/" onclick="window.open(this.href); return false;">Some Site</a>

Note that any websites you link to should be optimized for display as a WAP or .mobi site on a range of handsets, and you should avoid loading a large number of high-bandwidth images. (Mxit users are sensitive to how much bandwidth is consumed on their phones!)