Hi @Marc Davis ,
But how do I get the BitSet value from the Javascript in this condition?
According to your requirement, this cannot be implemented. I think you should learn and try to understand the Page Life-Cycle, so you will understand why this requirement cannot be implemented.
Because the embed code block is executed before the javascript code. The former (embedded code block) is executed during the page rendering phase, while the latter (javascript code) needs to be executed after the page cycle mentioned earlier, so if you are not pass the variable to server side using postbacks or requests (eg Ajax), you will never get this parameter.
Hope this can help.
Best regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.