ppakuti
07-15-2003, 03:59 AM
Dear Ladies and Gentlemen,
I'm using the following code to make a certain block within a html-file visible, respectively unvisible. A hit on the link (href=#) switches between that two states.
<div id=showProzesseJAP style="display: ;">
...
<a href="#" class="text10" onclick="document.all.showProzesseJAP.style.display='none';document.all.noProzesseJAP.style.display='';"><img src="/syska/images/headline_pfeil_unten.gif" border="0"></a>
...
</div>
<div id=noProzesseJAP style="display: ;">
...
<a href="#" class="text10" onclick="document.all.showProzesseJAP.style.display='';document.all.noProzesseJAP.style.display='none';"><img src="/syska/images/headline_pfeil_links.gif" border="0"></a>
...
</div>
In the most cases this pattern works. But in a few cases, it dosn't. I can't find the reason for that, as I run identic versions of MS Internet Explorer allover my test-PCs.
Has somebody got an supposition why this pattern doesn't work sometimes?
Thank you in advance.
With best regards,
Paul
I'm using the following code to make a certain block within a html-file visible, respectively unvisible. A hit on the link (href=#) switches between that two states.
<div id=showProzesseJAP style="display: ;">
...
<a href="#" class="text10" onclick="document.all.showProzesseJAP.style.display='none';document.all.noProzesseJAP.style.display='';"><img src="/syska/images/headline_pfeil_unten.gif" border="0"></a>
...
</div>
<div id=noProzesseJAP style="display: ;">
...
<a href="#" class="text10" onclick="document.all.showProzesseJAP.style.display='';document.all.noProzesseJAP.style.display='none';"><img src="/syska/images/headline_pfeil_links.gif" border="0"></a>
...
</div>
In the most cases this pattern works. But in a few cases, it dosn't. I can't find the reason for that, as I run identic versions of MS Internet Explorer allover my test-PCs.
Has somebody got an supposition why this pattern doesn't work sometimes?
Thank you in advance.
With best regards,
Paul