Hi !
I'm writing a javascript to sort the html data using NN4.75 the script works perfectly fine under MSIE but is not executed using NN.
Below is the code from the ".shtml" where I'm calling the above mentioned javascript.
</HEAD>
<BODY>
<TABLE WIDTH="75%" BORDER=1 CELLSPACING=0 CELLPADDING=2
name="rsTable" id=rsTable cols=5 bordercolordark=ffffff
bordercolorlight=000
000 bgcolor=cccccc align=center>
<TR bgcolor=mediumblue>
<TD>
<A href="javascript:sortTable(0, rsTable);"><FONT
color=white><B>ID</FONT></B></A>
</TD>
.....
There are five column (ID, NAME, DATE, PHONE, WORKFLOW) in the table on which the data is getting sorted.
Let me know if I need to add any NN specific code in here. The sort function of the javascript is too lengthly. I don't want to paste the whole code here. If anybody wants to take a look will be happy to do so.
Within the javascript the function is called as below:
function sortTable(col, tableToSort)
FYI ... Under NN4.75 it errors out as "rsTable is not defined"
Thanks in advance !!
- hk
I'm writing a javascript to sort the html data using NN4.75 the script works perfectly fine under MSIE but is not executed using NN.
Below is the code from the ".shtml" where I'm calling the above mentioned javascript.
</HEAD>
<BODY>
<TABLE WIDTH="75%" BORDER=1 CELLSPACING=0 CELLPADDING=2
name="rsTable" id=rsTable cols=5 bordercolordark=ffffff
bordercolorlight=000
000 bgcolor=cccccc align=center>
<TR bgcolor=mediumblue>
<TD>
<A href="javascript:sortTable(0, rsTable);"><FONT
color=white><B>ID</FONT></B></A>
</TD>
.....
There are five column (ID, NAME, DATE, PHONE, WORKFLOW) in the table on which the data is getting sorted.
Let me know if I need to add any NN specific code in here. The sort function of the javascript is too lengthly. I don't want to paste the whole code here. If anybody wants to take a look will be happy to do so.
Within the javascript the function is called as below:
function sortTable(col, tableToSort)
FYI ... Under NN4.75 it errors out as "rsTable is not defined"
Thanks in advance !!
- hk