Copy link to clipboard
Copied
I've never coded in java before so I'm not exactly sure how to do this.
I want to set the properties of a button I created to run a Javascript that will simply open up a hyperlink. I tried adding a hyperlink on top of the button but then the other functions of the button stop working.
What is the exact code I have to input in the "Run a JavaScript" options menu in order to open a hyperlink?
You don't need to use JavaScript (not Java) to do that. There's a built-in command under the button's Actions tab to open a web link... Just add it, enter the URL, and you're done.
Copy link to clipboard
Copied
I've never coded in java before so I'm not exactly sure how to do this.
I want to set the properties of a button I created to run a Javascript that will simply open up a hyperlink. I tried adding a hyperlink on top of the button but then the other functions of the button stop working.
What is the exact code I have to input in the "Run a JavaScript" options menu in order to open a hyperlink?
You don't need to use JavaScript (not Java) to do that. There's a built-in command under the button's Actions tab to open a web link... Just add it, enter the URL, and you're done.
Copy link to clipboard
Copied
You don't need to use JavaScript (not Java) to do that. There's a built-in command under the button's Actions tab to open a web link... Just add it, enter the URL, and you're done.
Copy link to clipboard
Copied
I can't believe I missed that.
Thank you!