I use the following to open a form:
How can I set the height and width of the form to make it smaller?Code:RegisterStartupScript("ClientSideScript", "<script language=javascript>window.open('OpenFile.aspx', null, 'location=no;status=no;toolbar=no')</script>")


Reply With Quote