Is there a limit as to the amount of information that can be stuffed into a Value attribute for an param (inside of an Object)?
<object ...>
<PARAM NAME="value_to_use" VALUE="[How much can be stuffed in here]">
</object>
I开发者_如何学Python'm looking at seeing what is the max that an Java Applet can take in from a Parameter.
I do not believe that there is a limit, it is just part of the HTML, and browsers can display huge HTML files.
精彩评论