xuelin00
02-16-2003, 08:56 PM
Hi. Need some help here.
The following code is used:
<input type="button" value="Select" onclick="javascript:doChange('#getList.crs_code# - #getList.description#')">
And I will encountered an error: Unterminated string constant.
the error is due to the "Enter" value in the #getList.description#.
Does anyone know how to filter out the "Enter" value in the #getList.description#?
Thanks!
The following code is used:
<input type="button" value="Select" onclick="javascript:doChange('#getList.crs_code# - #getList.description#')">
And I will encountered an error: Unterminated string constant.
the error is due to the "Enter" value in the #getList.description#.
Does anyone know how to filter out the "Enter" value in the #getList.description#?
Thanks!