asked on 11/24/2014
<script type="text/javascript"> $(document).ready(function () { if(window.location.href.indexOf("ID" || "CON") > -1) { alert("found it"); } }); </script>
Select allOpen in new window