Online Consultation Portal
Please click here to be redirected to the Donegal County Council Consultation page.
--> // Parse paramaters var base_grant_url = decodeURIComponent(GetURLParameter("base_grant_url")); var user_continue_url = decodeURIComponent(GetURLParameter("user_continue_url")); var node_mac = GetURLParameter("node_mac"); var client_ip = GetURLParameter("client_ip"); var client_mac = GetURLParameter("client_mac"); // ****************** // Login to Meraki by redirecting client to the base_grant_url // // The logingUrl will add a continue_url parameter for a final client // redirect to their intended site. // (you could override this url to send the user to a home page) // ****************** // Button handler function to login function login(){ var loginUrl = base_grant_url; if(user_continue_url !== "undefined"){ loginUrl += "?continue_url="+user_continue_url; } console.log("Logging in... ",loginUrl); // redirect browser to meraki auth URL. window.location.href = loginUrl; } // Helper function to parse URL function GetURLParameter(sParam) { var sPageURL = window.location.search.substring(1); var sURLVariables = sPageURL.split('&'); for (var i = 0; i < sURLVariables.length; i++) { var sParameterName = sURLVariables[i].split('='); if (sParameterName[0] == sParam) { return sParameterName[1]; } } }
Skip to main contentPlease click here to be redirected to the Donegal County Council Consultation page.
Motor Taxation 9.15am to 12.15pm, and 1.15pm to 3pm (Tuesdays and Thursdays)
Cash Office 9am-12.30pm, and 1pm-4.00pm (Monday to Friday)
Other Services 9am-12.30pm, and 1pm-4.30pm (Monday to Friday)