I am trying to redirect the user to a certain page upon registeration using the following line:
window.location.replace(value2);
where value2 is the URL. I would like to attach some message that appears as a popup window with it. Any idea how this can be achieved?