Simply add width and height to your window.open() call parameters...

function MM_callProjectSummary() {

previewSummary = window.open("ViewProjectSummary.do?projectId="+document.forms[0].projectId.value +"","previewwin","previewwin","width=1180,height=924,scrollbars=yes,resizable=yes, location=no ");
previewSummary.focus();


}

...just change them to the size you want.

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com


senthil Kumar wrote:
my code is here.




function MM_callProjectSummary() {
previewSummary = window.open("ViewProjectSummary.do?projectId="+document.forms[0].projectId.value +"","previewwin","previewwin","scrollbars=yes,resizable=yes, location=no ");
previewSummary.focus();
}





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to