Hello,
I got this example from another forum post.
function AlertTest()
{
var oAlert = radalert("You will be redirected to Google");
oAlert.add_close(function () { window.location.href = "http://www.google.com");
}
However, i get a "object not supported" typical java script error. It's not recognizing the add_close.
I'm using Telerik Web UI 2009.1.527.35.
Any suggestions would be helpful.