Greg
|
| Posted: 04/17/2005, 11:54 AM |
|
any idea how I can overcume the probem with the '
My code is:
<td align="center"><a onmouseover="return overlib('{Link1}');" onmouseout="return nd();" href="{picture}"><img src="{picture_Src}" border="0"></a><br>
this code works perfectly well if the field {Link1} does not contain a ' like in "it's" or "learner's" I need a way around this urgently.
Thanks
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/18/2005, 4:32 AM |
|
Greg,
You need to replace single quotes inside Link value with slash+single quote. Do it in Before Show event of a Link. If you want to preserve Link unchanged on a live page you can use special Hidden control instead of Link1 in JS code.
_________________
Regards,
Nicole |
 |
 |
Greg
|
| Posted: 04/18/2005, 1:25 PM |
|
Thanks nicole,
Do you by anychance have sample code ? I'm not too good with coding.
Thanks
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/19/2005, 2:33 AM |
|
Greg,
I’m not absolutely sure about coding part. I recommend you to contact CCS support.
_________________
Regards,
Nicole |
 |
 |
|