I have a web application that displays visuals based on user input. So I have a browser tab for the visuals and one for the user input. Is there a way to automatically reload the visuals tab whenever the user finishes inputting information in the other tab? Does javascript have anything for that kind of configuration?
I tried to look here but didn't find anything similar.
Thank you.