Add an applet compatible with Firefox, ie, and chrome on JSP

Source: Internet
Author: User

although pplet is basically useless. However, it also has some application scenarios for compatibility. For each browser, you cannot directly write the tag. Finally, consider the test for a few days. Finally, write the following code to make it more compatible with multiple browsers. I hope it will be helpful to you.

<% @ Page Language = "Java" Import = "Java. util. * "pageencoding =" UTF-8 "contenttype =" text/html; charset = UTF-8 "%> <% // This method is compatible with Firefox, ie, and chrome browsers. // string appletclass =" cn.com. pansky. frame. cqap. printer. cqapprinterapplet. class "; // dependent jar package directory string appletcodebase =" applets "; string appletjar =" commons-logging-1.1.1.jar, commons-collections-2.1.1.jar, jfreechart-1.0.12.jar "; int width = 300, Height = 200; // query parameter string querystring = request. getquerystring (); If (querystring = NULL) {querystring = "";} querystring = "/OTP/cqap/cqap-printer.servlet.jsp? "+ Querystring; %> <! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML> 

 

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.