This is a migrated thread and some comments may be shown as answers.

Firefox 3 and Ajax Manager

3 Answers 128 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Damien
Top achievements
Rank 1
Damien asked on 02 Sep 2008, 03:12 AM

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();

3 Answers, 1 is accepted

Sort by
0
Damien
Top achievements
Rank 1
answered on 02 Sep 2008, 07:37 AM
Hey guys forgot to let you know that I'm using the latest version release 2008.2.723.35
0
Damien
Top achievements
Rank 1
answered on 02 Sep 2008, 10:07 PM

Please ignore my question guys I've resolved.....was something to do with my Masterpage.....exactly what I don't know. Just to many hours in front of the monitor I think :(
0
Daniel
Telerik team
answered on 03 Sep 2008, 10:35 AM
Tags
Ajax
Asked by
Damien
Top achievements
Rank 1
Answers by
Damien
Top achievements
Rank 1
Daniel
Telerik team
Share this question
or