Call Applet to realize the size of the renminbi in the JSP page

zhaozj2021-02-16  49

Implementation method

The Applet implementation page is RMB.JSP, which is to realize the renminbi uppercase conversion into capital over applet. There are three variables on this page to initialize when loading classes:

Align = "middle" code = "lqh.rmb.applicate.rmb.class"

Width = "560" height = "25">

Variable RGB_BACK is the initialization background color, modify the background color of the applet, like the style of the page; the variable RGB_Fore is the color of the initialization font; Wight is the same as the width of the applet, this variable is to ensure that the conversion information ensures displayed in the middle display.

This method cannot transmit a value to the page trans .jsp, can only display and cannot be copy.

The page code is as follows:

Renminbi lowercase conversion to uppercase

<% @ Page ContentType = "text / html; charset = GB2312"%>