Forum Moderators: open
I'm playing around with integrating Google Co-Op into my website.
Right now, I'm toying with the idea of outputting search results into a page on my site via javascript (AJAX if that makes a difference), or from their domain but shown through an iframe.
I know each poses its own unique challenges and benefits, but in general, I'm wondering which is more accessible and better to use, JavaScript/AJAX or iFrame
So, as you said, each have their pros and cons, but I think the iframe will work on more browsers (old and new) than AJAX.