Hello,
I would like to show modaldialog when user click a button.
I am using javascript to show the dialog.
Here is some od my code:
function openModalDlg()"../showdialog.htm", "", "dialogHeight:455px;dialogWidth:370px;center:Yes;help:No;scroll:Yes;resizable:Yes;status:No;");
Here is the button eventinput type="button" onclick="openModalDlg()" ID="Button1" NAME="Button1"> But there is an error .
<
The error is "Input string was not in a correct format".
May i know how to solve this problem?
Thanks.
{
window.showModalDialog(
}