I've created a JavaScript that totals a column of numbers input by a site
visitor. Is there a way to bring that information with me when I jump to a new
page? (There's a form button "Calculate" that calls my JavaScript. I'd like to
add another button that links to a new page that displays the calculated
information along with some new page elements.)

TIA,

Andy