PDA

View Full Version : just keep my variables


alaios
08-11-2002, 11:11 AM
we have 5 html files.
1.htm , 2.htm , 3.htm ,4.htm,5htm
We begin with 1.htm and we are wiewing each html in the same window!
I want to keep the variables and theis values so to use them in the other htmls.
Example we are in 1.html and we have f=1 we move to 2.html (in the same window) I want to print the f in the 2.html. How can i do it?

Graeme Hackston
08-11-2002, 02:16 PM
Is this what your looking for?

http://www.javascriptkit.com/javatutors/send1.shtml

alaios
08-11-2002, 02:49 PM
thx