posted 21 years ago
Problems while using Internaet Explorer
---------------------------------------
1. Some child screens, which are opening in IE 5.0, are not opening in IE 6.0
My Observations: If I am remove or comment the document.location.reload() from the opener screen it works.
2. After saving some data, I am modifying some of the values.Before saving the newly entered value, I am pressing the cancel button then it works like save button.
(I am using 'document.location.reload()' in the cancel button(not reset))
Observations : This happens only in SOME of the screens of IE 5.0 but works fine with IE 6.0
Note:
I am finding document.location.reload() as a headache.
1. Can u suggest some other method which is doing the same purpose ?
2. Can u send some piece of code which u all are using for 'Cancelling' the current operation ?
3. Is there any url which will help me to make
javascript code, compatible with IE 5.0 and IE 6.0 ?