When clicking a hyperlink on a page, I need to open multiple pop-up windows. To achieve this, I must use the Window.open function instead of showModalDialog.
However, I have noticed that the appearance is not satisfactory when using Window.open. (Essentially, I want to disable the URL window and customize the content)
Is it possible to achieve this with window.open?
Alternatively, could you recommend the best approach in this scenario?