I'm running a program that opens a new window to display some results. Unfortunately while that window is open I can't rerun the program as it tries to open it to the same window name. Is there a way I can randomize the window name so I can open multiple windows? If it helps this is the code I'm using to open the new window:
output = window.open ("","outputwindow",config)
Thanks,
IxxI
output = window.open ("","outputwindow",config)
Thanks,
IxxI