From e91e36615db6913e8e9591fa0bf6623abe8fbec5 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Mon, 13 Sep 2010 05:57:38 +0000 Subject: [PATCH] IE6 UI Debug. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7685 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/captcha/captcha.js | 261 +++++++++++++++++----------------- addons/captcha/captcha.min.js | 10 +- 2 files changed, 132 insertions(+), 139 deletions(-) diff --git a/addons/captcha/captcha.js b/addons/captcha/captcha.js index ea17856a8..fffc0d72a 100644 --- a/addons/captcha/captcha.js +++ b/addons/captcha/captcha.js @@ -1,131 +1,130 @@ -/** - * procFilter 함수를 가로채서 captcha 이미지 및 폼을 출력 - **/ -var oldExecXml = null; -var calledArgs = null; -(function($){ - $(function() { - - var captchaXE = null; - - function xeCaptcha() { - var body = $(document.body); - var captchaIma; - - if (!captchaXE) { - var fc_isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; - var fc_isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; - var fc_isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; - var _swfURL_ = request_uri + 'addons/captcha/swf/play.swf'; - - if(fc_isIE && fc_isWin && !fc_isOpera){ - _object_ =''; - _object_ += ''; - _object_ += ''; - _object_ += ''; - _object_ += ''; - _object_ += ''; - _object_ += ''; - _object_ += ''; - }else{ - _object_ = ''; - } - - captchaXE = $('