function displayHelp() { // myWindow = window.open('Help/SkagitCountyiMapHelp.pdf', '', 'target=new'); var myWindow; try { myWindow = window.open('/Departments/GIS/imaphelp.htm#', 'iMap Help', 'target=new, scrollbars=yes, toolbar=yes, resizable=yes'); } catch (exp) { myWindow = window.open('/Departments/GIS/imaphelp.htm#', '', 'target=new, scrollbars=yes, toolbar=yes, resizable=yes'); } myWindow.focus(); }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.