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

Did adaptive path help build google's ajax applications?

521


What are the different ready states of a request in ajax?

542


What is the syntax to create ajax objects? : asp.net ajax

502


Which request is better with ajax, get or post?

494


What are the technologies used by ajax?

527






Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax

552


What is the difference between json and ajax?

535


What are the advantages and Disadvantage of Ajax?

550


Describe the situations in which ajax should not be used? : asp.net ajax

531


Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax

501


What is the disadvantage of ajax?

545


What is xmlhttprequest object in ajax? How can you xmlhttprequest object?

505


What do I do on the server to interact with an ajax client?

621


How ajax is different?

522


Describe the animation extender control and the method by which this control is utilized?

559