﻿//usage
//OnClientClick="return showCommingSoon();"
function showCommingSoon()
{
alert('Coming Soon!'); 
return false;
}