<input value="New Webapp" class="btn" name="webapp" onclick="openIntegration('/servlet/servlet.Integration?scontrolCaching=1&lid=00b70000000zL1t&eid=50070000009tNYv&ic=1', 'height=600,location=no,resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=1', 1)" title="New Webapp" type="button" />function openIntegration(url, props, positionType) {
var newWindow = window.open(url, "_blank", props, false);
if (positionType == 2){
newWindow.moveTo(0, 0);
} else if (positionType == 0){
newWindow.moveTo(0, 0);
newWindow.resizeTo(self.screen.width, self.screen.height);
}
}
You are not logged in, either login or create an account to post comments
posted by JohnnyGunn at 9:54 AM on September 23