Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sack

Status
Not open for further replies.

cleanair4me

Technical User
May 16, 2008
61
For creating Ajax do I need to load any special software for it to work in my web browsers?

For example the below sack object creation can be done without loading/importing any Ajax library?

Code:
var ajax = new sack();
 
1. No, you cannot create a new "sack" object without first defining it - whether in an external library or otherwise.

2. Yes, you can create AJAX code without needing any library, assuming your browser supports it (most modern ones do).

I'd ask in forum1600 for AJAX-specific questions.

Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top