Hi, I have a problem when I try to use the radwindow (confirm or alert) with javascript, please help me!
Here is my code:
Here is my code:
function ShowOverCash() {
var strOver = "";
strOver = $("#<%=hdMsg.ClientID%>").attr("innerHTML");
//alert(strOver);
//var oConfirm = radconfirm(strSobreGiro, "aprSobreGiro", 700, 350, null, "La solicitud presenta Sobregiro");
var oConfirm = radalert("hello", "aprSobreGiro");
}
function aprSobreGiro(arg) {
alert(arg);
return false;
}
I have commented thr original code for test, but doesn't work.
when the program call the function ShowOverCash, fire a Error like this:
Microsoft JScript runtime Error: canĀ“t get the property value from '_visibilityMode': the object is undefined or null