Inside the form, I declare one button to call the function to pop out another screen using this code below.
Response.Write("<scr" & "ipt language='javascript'>window.open('report1.aspx','_blank', 'menubar=no, resizable=yes, width=1024,height=768, scrollbars=yes, status=no')</scr" & "ipt>")
but after call out, the main screen all the thing will be bigger. or i try to call alert message write as below,
Response.Write("<scr" & "ipt language=javascript>alert('Cannot Empty Product Code!')</scr" & "ipt>")
it also will en-large all the thing in main page! why? how to solve this problem?