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:
<% @ Page ContentType = "text / html; charset = GB2312"%>
Function transfer () {
// Take the value of the variable
Var aaa = document.rmb. RMB_Test.Value;
/ / Give the value of the applet
Document.myapplet.setrmb (AAA);
Document.myapplet.repaint ();
Return True;
}
Script>