2013 Oct 22 7:44 PM
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
2013 Oct 27 6:42 AM
Hi,
I have used the following JavaScript and solved my problem.
app.launchURL("http://abcd", true);
Problem is solved.
Thanks
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
2013 Oct 22 8:03 PM
2013 Oct 27 6:42 AM
Hi,
I have used the following JavaScript and solved my problem.
app.launchURL("http://abcd", true);
Problem is solved.
Thanks
2013 Nov 13 5:50 AM
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
2013 Nov 17 2:23 AM
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