L
Lessandro Sant'Ana
Hi,
I have problem with showModalDialog function
my code in Page1.aspx
btnCall.Attributes.Add("OnClick", "showModalDialog(Page2.aspx',
'window','dialogWidth:750px;dialogHeight:430px;help:no;scroll:no;status:no')
;");
in Page2.aspx exist 2 buttons, SAVE and
CANCEL(System.Web.UI.WebControls.Button). when I press any button ( the
buttons are no Codebehind ) open another window with Page2.aspx, as one was
javascript:window.open("Page2.aspx")
any idea?
I have problem with showModalDialog function
my code in Page1.aspx
btnCall.Attributes.Add("OnClick", "showModalDialog(Page2.aspx',
'window','dialogWidth:750px;dialogHeight:430px;help:no;scroll:no;status:no')
;");
in Page2.aspx exist 2 buttons, SAVE and
CANCEL(System.Web.UI.WebControls.Button). when I press any button ( the
buttons are no Codebehind ) open another window with Page2.aspx, as one was
javascript:window.open("Page2.aspx")
any idea?