• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

how save applet as image file in cf please help me

Community Beginner ,
Sep 04, 2014 Sep 04, 2014

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>

Views

309

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 04, 2014 Sep 04, 2014

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 04, 2014 Sep 04, 2014

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?????

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 05, 2014 Sep 05, 2014

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation