开发者

Limit of the amount of content that can be stuffed in an Object Parameter

开发者 https://www.devze.com 2023-02-07 23:37 出处:网络
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)?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消