function curry_GetFeatureInfo (form, formProperty) { return function (mmapProcessor, view, boxStart, boxEnd, requestedWidth, requestedHeight, curWidth, curHeight){ loadIntoFrame('::renderFeatureInfo','widgets/clientRendering/renderFeatureInfoDiv.jsp?context=Context&id=getFeatureInfo&x='+boxStart.x +'&y='+boxStart.y +'&width='+requestedWidth +'&height='+ requestedHeight); } } function loadIntoFrame (htmlElement, param) { if(!htmlElement){ throw new Error("There is no HTML element to reload. Is the old tag being used?"); } var frame = __fetch (htmlElement); if (frame) frame.location=param; }