This is an example that might be useful to others. The attached report illustrates how to pass Data Set data to the browser window. This can be useful for custom applications when the developer has experience programming in JavaScript and wants to add functionality in the page via scripting. The Data elements in the table were replaced by a Text element set to type "HTML". Two window array variables (c1, c2) were created in the Text element script to hold the data. The Designer provides the tag to get the data values. Another Text element was added beneath the table. It displays the data on the page using standard JavaScript code to show that the data was indeed passed to the browser.