Hi all,
i am facing a weird behavior with radalert control. in IE, it behaves normally but in Firefox i get a blank alert. Here is the javascript call.
Anybody why it is happening??
I use radWindow.dll v2.0.50727 AND Mozilla 3.6
i am facing a weird behavior with radalert control. in IE, it behaves normally but in Firefox i get a blank alert. Here is the javascript call.
Anybody why it is happening??
I use radWindow.dll v2.0.50727 AND Mozilla 3.6
function
ShowErrorMessage(Message) {
radalert(Message, 500, 210,
"List Error Alert"
);
}