Код |
---|
<img src="/bitrix/tools/captcha.php?captcha_sid=<?echo $arResult["CAPTCHA_CODE"]?>" width="180" height="40" alt="CAPTCHA" /><br /><br /> |
Код |
---|
<?=$FORM->ShowCaptchaImage()?> |
Код |
---|
837: return "<input type=\"hidden\" name=\"captcha_sid\" value=\"".htmlspecialchars($this->CAPTCHACode)."\" /><img src=\"/bitrix/tools/captcha.php?captcha_sid=".htmlspecialchars($this->CAPTCHACode)."\" width=\"61\" height=\"21\" />"; |
Код |
---|
$cpt->SetImageSize(61,21); |