For Web Developers

Maintenance-free Text Only links on your pages

TextOnly

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:

computer

<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:

computer

<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>
Advertisement

5 thoughts on “For Web Developers

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s