I need to change the value of "test" property with the name of current operator in a pop-up message
Hello Guys,
Can you please help me how can I make this dynamic?This is a pop up message and I want to change the value of "test" property with the name of current operator .
thanks.
<script>
var test = document.getElementById('OperatorID.pyUserIdentifier');
window.alert(" Please contact <"+test+"> to set up his/her email address in the system");
</script>
Regards,
Jeh
***Updated by moderator: Lochan to branch reply and create new post***