Hi,
I use below command to set value to a page item, after user confirmation -
javascript:apex.confirm("Set Value ?", { request:"SAVE", set:{"P68_SEQ_NO":'#SEQ_ID#'} });

It works as expected.
But I want to get rid of that popup which asks for user confirmation. Immediately after clicking of the button, I would like to set the value.
I tried this, but no luck -
javascript:set:{"P68_SEQ_NO":'#SEQ_ID#'};
Can you please help me on this.
Thanks.
-Anand