Hi,
Hope some one can help me I've just downloaded the release of firefox 3 and it seems a lot of my ajax stuff in websites no longer work that previously worked in firefox 2 IE6+ etc.
An example of this is where I am retrieveing the Ajax Manager client side and attempting to call the ajaxRequest method but firefox reports an error saying it is not a function.
It actually bombed out on the $find method so I changed it to document.getElementById which retrieved the object but then the ajax request method didn't work.
I just tried to get it to work without the use of a master page and it works fine. So there is an issue with getting the ajax manager object from the masterpage in firefox 3
Thanks in advance!
Sample Code:
var manager = $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>").ajaxRequest();manager.ajaxRequest();