Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

retain variable value after reloading a browser page

Status
Not open for further replies.

pilas

Programmer
Jun 15, 2004
2
US
Hi All,
I am tring to dynamically increase the size of table on button pressing. But I am having problem in doing it because when I increment the variable for number of rows and reload the browser the variable is declared and initialized again..... someone help

-SKP
Could someone also tell me a good way of displaying mathematical equations...??
 
In response to the mathematical equations: You can get the unicode valuea for all of the symbols using characer map.....

In response to retaining the dynamic font value: Are you using something that supports a session, or cookies, like PHP? If so, you could just set a session variable or cookie that retains that information.

___________________________________
[morse]--... ...--[/morse], Eric.
 
I am using JavaScript. I am trying to dynamically increase the number of rows.
using buttons, the value of a variable is incremented and browser is reloaded. Before the button I call another method which draws the table(number of rows depencding on value of the variable.)
-SKP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top