NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on November 25, 2010, 08:01:57 AM
-
line 8039
#?loc:rowstyle = clip(loc:rowstyle) & ' onclick="
must be (see last character)
#?loc:rowstyle = clip(loc:rowstyle) & ' onclick="'
Regards
Alberto
-
Thanks - fixed for 5.05
also lines 8278 & 8283 need _more ' characters.
They are currently
#SET(%vxw,'''''')
#SET(%vxh,'''''')
and should be
#SET(%vxw,'''''''''')
#SET(%vxh,'''''''''')
that's _10_ single-quote characters.
Cheers
Bruce