﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="Close Window Button" description="A form button that closes the current window." preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[<input type="button" value="Close Window" onClick="javascript:self.close();">]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
