IonelBurtan
Programmer
That is another one guys.
Yes, the same problem. Works in IE5 but no way in NN4.7. I had made all possible changes I had in mind to the following code, no positive outcome.
(does this NNx knows DHTML - I'm beggining to wonder)
{never mind the romanian text and var names}
//this is inside a function
.....
case 0:
{
alert("I am in"
;
Descrierea.innerText="Sonar Web Server 1.2.0 - Web Server bazat pe tehnologia Windows Socket"
AppId=0;
break;
.....
where Descrierea is a <TD> declared like this in the body:
<TABLE ROWSPAN=2>
<TR><TD width = 170> </TD>
<FONT face=cursive color=#ffdead>
<TD name="Descrierea" id="Descrierea">{Selecteaza o aplicatie pentru a vedea descrierea ei}</TD>
</FONT>
</TR>
The bolded line, where I have the problem works just fine in IE5, but in nn4.6 it tells me either that "Descrierea is not defined" or that "Descrierea has no properties" in javascript error console.
I know that NN does not have a document.all so how can I solve the problem and change the innnerText of my <TD> from inside the function.
Thanks in advance, s-)
Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
Yes, the same problem. Works in IE5 but no way in NN4.7. I had made all possible changes I had in mind to the following code, no positive outcome.
(does this NNx knows DHTML - I'm beggining to wonder)
{never mind the romanian text and var names}
//this is inside a function
.....
case 0:
{
alert("I am in"
Descrierea.innerText="Sonar Web Server 1.2.0 - Web Server bazat pe tehnologia Windows Socket"
AppId=0;
break;
.....
where Descrierea is a <TD> declared like this in the body:
<TABLE ROWSPAN=2>
<TR><TD width = 170> </TD>
<FONT face=cursive color=#ffdead>
<TD name="Descrierea" id="Descrierea">{Selecteaza o aplicatie pentru a vedea descrierea ei}</TD>
</FONT>
</TR>
The bolded line, where I have the problem works just fine in IE5, but in nn4.6 it tells me either that "Descrierea is not defined" or that "Descrierea has no properties" in javascript error console.
I know that NN does not have a document.all so how can I solve the problem and change the innnerText of my <TD> from inside the function.
Thanks in advance, s-)
Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...