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:
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...
-
Getting Started : Of course, the first thing you need to do is install Python, if you don ’ t already have it. Installers are available for ...
-
Why to use Ajax ? Mainly to build a fast, dynamic website, but also to save resources.For improving sharing of resources, it is better to us...
-
Python Width and Precision: A conversion specifier may include a field width and a precision. The width is the minimum number of characters...