Menu

#72 If you enter name with ' JS script is fail

V1.5.*
open
nobody
GUI (18)
5
2005-12-16
2005-12-16
No

If you enter new user on Jsp_CompanyAdmin/Users.jsp
which surname contains ' (f.g. D'Souza) then you never
can modify it because jsp will generate JS with error:

selectUser('FDS','D'Souza','Ivan','','Y','Frank','somePass','3','2')
-------------------|

should be
selectUser('FDS','D''Souza','Ivan','','Y','Ivan','somePass','3','2')

Discussion


Log in to post a comment.