Hi All,
i am writing a jscript in asp.net page , all i have done is i make a checkbox to display or not certain <div> and i use this code,
Quote:
|
quote:if (chk1.checked==false)
|
Quote:
document.getelementbyid("div1").style.display="non e";
else document.getelementbyid("div1").style.display="";
|
every thing works fine but when i forward to a certain page and press the back navigation button in IE i find that the div is disappeared.
any one have a Sol.
thanks
Ahmed Ali
Software Developer