Hidden frames to cache client data
How can you use Hidden frames to cache client data?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 22, 2012, 10:25 PM
This technique is implemented by creating a Hidden frame in page which will contain your data to be cached.
Above is a sample of hidden frames where the first frame "data_of_frame1.html" is visible and the remaining frames are hidden by giving whole col section to first frame. 100 % is allocated to first frame and remaining frames thus remain hidden.
Refer
http://dotnet.h2kinfosys.com/caching/how-an-you-use-hidden-frames-to-cache-client-data/
Thanks