JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Reporting
Reporting
Benchmarks
test
More
Share
Explore
Reporting
Marcel Berno
Newsletter
Display
Management Summary
function GetUrlParameters(){
var arrItems = document.location.search.split('?')[1].split('&');
var obj = {};
for (i = 0; i < arrItems.length;i++){
var token = arrItems[i].split('=');
obj[token[0]] = token[1];
}
return obj;
}
Newsletter
Display
Management Summary
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.