Hi,
We are attempting to present confirmation messages using RadAlert using techniques documented here
http://www.telerik.com/support/kb/aspnet-ajax/window/calling-radalert-from-codebehind-all-versions-of-radwindow.aspx
This works in Firefox but not in IE. My exact code for this is as follows (VB)
Dim radalertscript As String = "<script language='javascript'> window.onload = function(){radalert('My message here', 330, 210);}</script>"
Page.ClientScript.RegisterStartupScript(Me.[GetType](), "radalert", radalertscript)
Background - Telerik RadControls for ASPAJAX Q3 2008. Also, Our pages use MasterPages and in the masterpage we place a single RadScriptManager. I dont know whether this is relevant or not. If anyone has any ideas on this please help. This has been painful.
We are attempting to present confirmation messages using RadAlert using techniques documented here
http://www.telerik.com/support/kb/aspnet-ajax/window/calling-radalert-from-codebehind-all-versions-of-radwindow.aspx
This works in Firefox but not in IE. My exact code for this is as follows (VB)
Dim radalertscript As String = "<script language='javascript'> window.onload = function(){radalert('My message here', 330, 210);}</script>"
Page.ClientScript.RegisterStartupScript(Me.[GetType](), "radalert", radalertscript)
Background - Telerik RadControls for ASPAJAX Q3 2008. Also, Our pages use MasterPages and in the masterpage we place a single RadScriptManager. I dont know whether this is relevant or not. If anyone has any ideas on this please help. This has been painful.