Question
BOA
IN
Last activity: 18 Apr 2022 10:38 EDT
How to get value from clipboard in a js file
Hi Team,
I have to get few variables from clipboard to form a URL and i need to open that only in edge browser.
When i wrote as below i am not getting value instaed code itself getting set or nothing happening.
Can you help.
function OpenEdge() { alert("Hello"); var appURI = tools.findPage(pxRequestor).getProperty(pxReqContextURI)
}