Hidden Frames in AJAX :--
This Technique is a longstanding trick of developers to return information from the server
but keep it invisible to the user.
It uses a standard frameset with two frames to open two separate pages (or more if required),
the first being visible to the user and the second being made invisible by setting its width or height to zero.
The hidden frame can be used to send requests and retrieve data from the server,
but the data is placed in the visible frame only when needed.
Sunday, July 01, 2007
Subscribe to:
Post Comments (Atom)
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Python Strings : The raw_input and "Hello, " + name + "!" Let’s go for the "Hello" part first and leave raw_in...
-
The Zimbra Ajax Toolkit : Zimbra is contributing to the Open Ajax Initiative by providing open access to the Zimbra Ajax Toolkit (AjaxTK)....
-
Saving and Executing Your Programs : First of all, you need a text editor, preferably one intended for programming. (If you use something ...
No comments:
Post a Comment