function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
laxdevlaxdev 

How to open a java applet from a visual force page

How to  open a java applet from a  visual force page.

 

Please share me the script and code of visual force.

 

Any help will be appriciated.

 

Thanks...

David VPDavid VP

In a visualforce page you can actually use regular HTML. You would include the applet just as you would in a standard HTML page.

You will however have to store the applet on the SFDC server, and link to it. Check out 'static resources' in the VF documentation.

 

 

-david-

vabvab

hi David,

 

 

Did you able to solev your issue?

I am also looking out for the same thing, can you please share your code with me?