IS IT A Bug in internet explorer
i am using win2000 with service pack 4,
Any One Have seen that
any one can test that
1- drag both the div id=div1,checkbox id=chk1
2- make the difault display for the div1 to "none"
3- write this code to switch display for div1 using chk1
using onclick event:
///
function chk1_onclick() {
if (document.getElementById("chk1").checked==false){
document.getElementById("div1").style.display="non e";
}
else{
document.getElementById("div1").style.display="inl ine";
}
////
4- drag any url to the page
5- exexcute then swith the display for div1 to a state different to the default then click the url then do back !!!!!!!! you will find div1 in the state of default not the last state it was before going and back!!!!!!!!!!!!!!!!
5- any one have a solution
Ahmed Ali
Software Developer