JavaScript open URL in a modal window | Example code
Use the window open() method to popup a window tab as a modal with a URL. Note: JavaScript already has the ShowModalDialog function but it… Read More »JavaScript open URL in a modal window | Example code