devxlogo

Including Reserved Characters in Strings Passed to Applet from PARAM Tag

Including Reserved Characters in Strings Passed to Applet from PARAM Tag

Question:
How do I include reserved characters suchas double-quote in the strings passed to an applet from a PARAM tag?Standard SGML entities don’t work; the UNIX backslash method doesn’t work.

I’d like to be able to do this:

 

It must be possible…

Answer:
Any character in an attribute value can be replaced by its ASCIIcode prefaced by & and terminated by a semicolon. Certain characterssuch as ” and & can also be replaced by special entity references(" and & respectively.) Several Web sites give complete listingsof the entity references.

Try the following lines in your HTML file:

 <applet code=foo.class><param name=test value="Here is a quote:  " ."></applet>

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist