Embedding Applets with parameter

If the applet can accept parameters, we can transmit parameters to an applet using the empty <param> element as a child of the <applet>..</applet> element. The <param> element has two useful attributes.


AttributesDescription
namerepresents the name of the parameter. The possible values are valid identifiers.
valuerepresents the values of the parameter. The possible values are strings of characters.


Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +