How to Change HTML Title During Save as HTML
Hi, I have JSL script which usesSave HTML
to convert Jmp summary table and Chart to HTML file. Currently, each HTML file has title of "JMP Output" as shown below. First line in HTML file post conversion:<!doctype html public "-//W3C//DTD HTML 4.0//EN"><html><head><title>JMP Output</title></head><body> I have several HTML files and would like to distinguish tab in web browser by unique title. Is the...