Welcome to Questler!
  
Quest View Back
 
tip Any one knows of a resource i can use to be able to apply Ajax in Firefox browser
 
 

Posted by sousco on 09.05.2007
3 comments  | 82 views | Bookmark this post on del.icio.us. | Digg this post on digg.com. | Thumb this up at StumbleUpon. | Submit this post on reddit.com. | Submit this post on newsvine.com. | Share on Facebook. | Submit this post on myspace.com. | Search Technorati for links to this post. | Submit this post on twitter.com.
 
 
Login to post your comment or

Newest | Oldest | Most rated
Posted by Kharbat on 30.06.2007
 

you can also use Flex AJAX Framework 1.0 .. http://hellospring.net/kharbat/Flex.rar

so easy ;)

example:

var ajax = new Flex.AJAX();
ajax.request('page.php', myFunction);

function myFunction(data){
alert(data);
}

Rating  0 
Posted by Kharbat on 24.06.2007
 
yes.. you can use JQuery framework.. visit:
http://jquery.com/
Rating  0 
Posted by razano on 14.05.2007
 

" Designing with Web Standards" by Jeffrey Zeldman
http://www.amazon.com/Designing-Web-Standards-Jeffrey-Zeldman/dp/0735712018

Rating  0