btnPopUpAjustarImagem.Attributes.Add("onclick",
"javascript:window.showModalDialog('AjustarImagem.aspx',
null,
'status:no;
LOCATION: NO;
TOOLBAR=NO ;
DIRECTORIES: NO;
dialogWidth:250px;
dialogHeight:300px;
dialogHide:true;
help:no;
scroll:yes');
return false;");
如何使此代码适用于非Page_Load
的任何事件,实际上,它运作良好,但仅适用于Page_Load
事件。