Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Can open a Web browser from the worksapce?

Avatar

Level 3

Hi,

we are using Adobe livecycle ES2.5, We are trying to add an action to our users to open a specific URL in a Web browser, is it doable?

Thanks

Hussam

4 Replies

Avatar

Level 10

Use the following syntax to open a new browser window pointing to adobe site.

xfa.host.gotoURL(http://www.adobe.com);

Avatar

Level 10

The URL must be specified within double quotes.

Avatar

Level 3

Thanks Nith,

we did this before when using pdfs but in our case we are using Flex and we do not want to call the web browser from the flex we need it from the workspace directly,

please see the attachment, when the user clicks complete we want to open the browser instead of submitting the form to the next step.

any idea?

Capture1.JPG

Regards

Avatar

Level 10

You cannot do that without customizing workspace.

I'm still wondering why do you need that? Could you please elaborate your requirements?

Or you may place a button within your flex form and open the browser window.

Nith