Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

how can I read a hyperlink and check a box automatically?

Avatar

Level 1

Hi everybody,

I would like to know how can I check a box automatically (which is just "visible") after reading or clicking a near hyperlink.

Thank you in advance for any help or suggestion.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can't connect a hyperlink with another script or action but you can create a button that will open your hyperlink destination and execute any other scripts during the click event.

Checkbox.rawValue = 1;

app.launchURL("https://forums.adobe.com/message/10521127#10521127​");

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can't connect a hyperlink with another script or action but you can create a button that will open your hyperlink destination and execute any other scripts during the click event.

Checkbox.rawValue = 1;

app.launchURL("https://forums.adobe.com/message/10521127#10521127​");