Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the limitations of Ajax?

Answer Posted / rajesh

Const FOF_CREATEPROGRESSDLG = &H0&

Const MyZip ="C:Documents and SettingsabcdDesktopWIPMyZipFile.zip"

Const File1 = "C:Documents and SettingsabcdDesktopWIPABCD.xml"

'-------------- create empty zip file ---------

'Create the basis of a zip file.
CreateObject("Scripting.FileSystemObject") _
.CreateTextFile(MyZip, True) _
.Write "PK" & Chr(5) & Chr(6) & String(18, vbNullChar)


'-------------- zip ---------------------------

'get ready to add files to zip
With CreateObject("Shell.Application")

'add files
.NameSpace(MyZip).CopyHere File1, FOF_CREATEPROGRESSDLG

End With
wScript.Sleep 1000

wscript.echo "Done!"

'-------end adding files to zip folder------------------------------

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is ajax still in use?

975


How can you debug asp.net ajax applications?

916


Describe the formats and protocols used by ajax?

1072


What are the real web applications of ajax currently running in the market?

1923


How can we make a mashup with java by accessing other domains data?

969


Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev

1081


What is the disadvantage of ajax?

1000


What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax

938


Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?

971


What are the new features included in the microsoft ajax library? : asp.net ajax

1034


Did adaptive path invent ajax? Did google?

955


How do we get the xmlhttprequest object in ajax?

979


What is the difference between proxied and proxyless calls?

1012


What are the properties of xmlhttprequest?

990


What do I need to know to create my own ajax functionality?

992