﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name = "Mask Link" description = "Code to create a link for which the URL does not appear in the Status Bar." preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[<a href="#" onMouseOver="window.status='';return true">xxxx</a> ]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
