Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are benefits and limitations of using Hidden frames?
.NET INTERVIEW QUESTIONS - What are benefits and limitations of using Hidden frames?
✍: Guest
Following are the benefits of using hidden frames:
* You can cache more than one data field.
* The ability to cache and access data items stored in different hidden forms.
* The ability to access JScript® variable values stored in different frames if they come from the same site.
The limitations of using hidden frames are:
* Hidden frames are not supported on all browsers.
* Hidden frames data can be tampered thus creating security hole.
2009-07-14, 4888👍, 0💬
Popular Posts:
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...
How To Create an Add-to-Bloglines Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
when should the volatile modifier be used? The volatile modifier is a directive to the compiler's op...
What Are Data Pump Export and Import Modes? - Oracle DBA FAQ - Loading and Exporting Data Data pump ...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...