Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating URL and calling a link using a plain text in Interactive adobe forms

Former Member
0 Likes
1,242

Hi,

Can you please guide me how to create a URL link(text should not appear as push button) in adobe form and should follow URL standards.. like it should some defined link.

Thanks

Krishna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,085

Hi,

I have used the following JavaScript and solved my problem.

app.launchURL("http://abcd", true);

Problem is solved.

Thanks

4 REPLIES 4
Read only

Anurag_Abbi
Participant
0 Likes
1,085

This message was moderated.

Read only

Former Member
0 Likes
1,086

Hi,

I have used the following JavaScript and solved my problem.

app.launchURL("http://abcd", true);

Problem is solved.

Thanks

Read only

0 Likes
1,085

Hi Krishama,

I have a similar requirement but this script does not work for me. I have a designer 7.1. Could you please tell which designer version you are using?

as well please let me know in which event you are writing this script.

Thanks in advance.

Regards,

Sumedha

Read only

0 Likes
1,085

Hi Sumedha,

Below is the I have used..

     Intranet is the UI element id

     Click is the Action

     (JavaScript, client)   - Scripting language used

     abcdefg is actual URL

     We can add tool tip in Accessibility ...

data.Page1.Data.LaunchURL.Intranet::click - (JavaScript, client)

       app.launchURL("http://abcdefg/", true);

Hope it is helpful.

Thanks

Krishna