I'm getting a value from a label on a webform and passing it to another form using the code below.
var value = '<%= l10.Text %>';
the problem is when there is an apostrophe within the text. since i never will know what text the label will have, how can I ignore the apostrophe within the entire label.
Any help would be appreciated