Maintenance-free Text Only links on your pages
Textise offers an easy method for creating real-time text-only versions of web pages without having to create and maintain separate code. Just include the following in your pages:
<a href="javascript:location.href = 'https://www.textise.net/showText.aspx?strURL=' + escape(escape(location.href))" class="cTextise">Text-Only Version</a>
If you’d like the text only page to appear in a new tab or page, use:
<a href="javascript:var url = 'https://www.textise.net/showText.aspx?strURL=' + escape(escape(location.href));var win = window.open(url, '_blank');win.focus();" class="cTextise">Text-Only Version</a>
Hello
LikeLike