Script to create a frame with hyperlink
Hi,
Apologies if this seems obvious, I don't know much about javascript.
I'm trying to write a script to create a rectangle with no fill on my current page, and hyperlink the frame. I managed to create the frame, but I don't understand how to hyperlink it.
Here's the bit that works:
var myDocument = app.activeWindow.activePage
var myFrame = myDocument.rectangles.add();
myFrame.geometricBounds = ["297mm", "210mm", "274.75mm", "0mm"];
How do I add the URL https://www.adobe.com/ to this frame?
Thanks in advance.
