Rather than including all the "dynamic" HTML content within javascript, make a separately-downloadable HTML file that can be parsed and distributed as needed within the
window. This allows better formatting and error checking than including the HTML within
quoted strings in the javascript.
Rather than including all the "dynamic" HTML content within javascript, make a separately-downloadable HTML file that can be parsed and distributed as needed within the window. This allows better formatting and error checking than including the HTML within quoted strings in the javascript.