how save applet as image file in cf please help me
Copy link to clipboard
Copied
how save applet as image file in cf please help me ??
below is my code
<APPLET style="border: solid 1px gray"
id="EIDAWebComponent" name="EIDAWebComponent"
CODE="emiratesid.ae.webcomponents.EIDAApplet"
ARCHIVE="EIDA_IDCard_Applet.jar" WIDTH="130" HEIGHT="154">
This browser does not support Applets. </APPLET>
Copy link to clipboard
Copied
Not entirely clear. Could you expand?
An applet is Java code. What exactly do you wish to save as an image?
Copy link to clipboard
Copied
yes it is java code that i mentioned above .... i'm getting image in applet but i'm not sure how to save this?????
Copy link to clipboard
Copied
The code you've shown runs in the browser, whereas Coldfusion runs on the server. Coldfusion is unaware of what you are seeing in the browser, and so cannot interact with it. To proceed further, you at least have to convert to Coldfusion code.

