...UK Business Forums and Free Business Directory...
Business Forum | Press Releases | Contact | Login | Register | Business Articles   2,000+ Small Business Members

Business Forums

Most recent posts
Business Money
E-Commerce
Business Chat
Internet
IT Questions
Legal Issues
Marketing
Business Brainstorm
Business Tenders

Business Promotion & Questions

Business Press Releases
My Press Releases
Business Directory
Knowledge Share

Recently Online

Wistera Business Plans
YouMobToo
Vijay Makvana
PlanetaryBargains
Stephen Edwards

Useful Links

Salary Calculator
Business Tips
Career Development Tips
UK Salary Survey 2008

Business Forums : IT Questions

Jump to Last Post


AJAX Supports...

By: Jazdmarkets [26-March-09 6:57AM]
45 posts
Businessman image (c) About My Business



what is use of ajex support of .NET Framework 3.5 Service Pack 1 ?
how to improvement the programming development?

Re : AJAX Supports


MariaJ [30-December-09 8:44AM]
27 posts
Businessman image (c) About My Business

All new browsers support a new built-in JavaScript XMLHttpRequest object (IE5 and IE6 uses an ActiveXObject).

This object can be used to request information (data) from a server.

Let's update our HTML file with a JavaScript in the section:

function loadXMLDoc(url)
{
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.open("GET",url,false);
xmlhttp.send(null);
document.getElementById('test').innerHTML=xmlhttp.responseText;

__________________
Clean temporary files
__________________

Re : AJAX Supports


Lianne West [6-January-10 4:59PM]
407 posts
Business picture

All looks a little technical to me

AJAX is what creates the interactive elements on websites is it, like for instance when you go to google and start typing and it suggests results... that's AJAX?!

Re : AJAX Supports


Tim Briggs [7-January-10 3:36PM]
712 posts
Business picture

Hi Lianne

Yes indeed that is exactly the sort of thing that AJAX is used for. It is useful because it saves the process whereby you have to click submit and wait for the server to be contacted and then the page refreshed - it means that information can be returned much more slickly and quickly to the end user exactly like with this sort of suggestion tool.

Previous: Need A Web Site Or Business Software
Next: Facebook And Your Business

Recommend This Forum Post Digg this Post! Add Post to del.icio.us Bookmark Post in Technorati Furl this Post! Reddit! Stumble this Post!


Train Your Brain
Advertise here