JSL : Define variables based on user entry through a pop up window
Hello,I would like to create a pop up window that allows the user to define variables without accessing the code. I managed to get the pop up to get the user entries based on previous posts, but wasn't able to pass it to the variables.Could you please help me with this?Thank you in advance// Indicate here the name of the input HTML table
input_table = "http://xxx.html";
// Indicate here the name
...