Pass variable to another document (or get from)

wxdqz

New Member
I want to pass a variable from one document to another.

An excel spreadsheet captures some real numbers named YTD and TODAY, and then is saved up to the web server as an html file called process.htm. The page is not necessarily ever opened.


I want the energy.htm page to get those two variables, YTD and TODAY from the process.htm. I then use those two variables in a javascript formula. It gives the appearance of a meter running where the speed of the meter is based on the relationship of the 2 variables.

I suppose I could include process.htm in energy.htm if that would help.

thx,
Paul Orlowski
 
Back
Top