登录提示"帐号/登录页面密码错误提示或帐号 密码组合不对"应该怎么办

Javascript RegEx replacing & - Stack Overflow
Join Stack Overflow to learn, share knowledge, and build your career.
or sign in with
I'm trying to patch the Drupal Panels module to fix , which makes the AJAX errorhandler completely unreadable. The error handler has this:
// Replace all & and & by & and &
error_text = error_text.replace("/&(lt|gt);/g", function (m, p) {
return (p == "lt")? "&" : "&";
I've tried two approaches:
// Now replace all &quot with ' for readability, for goodness sakes, per
// http://drupal.org/node/1124042
error_text = error_text.replace(/&/g, "'");
// Replace all & and & by & and &
error_text = error_text.replace("/&(lt|gt|quot);/g", function (m, p) {
return (p == "lt")? "&" : (p == "gt") ? "&" : "'";
Yet neither has worked. Little help?
EDIT: When printed out to console (in FF4 or Chrome) The HTML entities are not shown. The resulting alert(""), however, looks like so:
An error occurred at /home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center.
Error Description: [ { &command&: &settings&, &argument&: {
&basePath&: &/home/&, &admin_menu&: { &margin_top&: 1 }, &asu_webauth&: { &callapp&:
&&home&,onLogoutURL&: &http://physics-dev.asu.edu& } } }, { &command&: &css_files&, &argument&: [ { &file&: &/home/modules/node/node.css?E&, &media&: &all& }, { &file&: &/home/modules/system/defaults.css?E&, &media&: &all& }, { &file&: &/home/modules/system/system.css?E&, &media&: &all& }, { &file&: &/home/modules/system/system-menus.css?E&, &media&: &all& }, { &file&: &/home/modules/user/user.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/admin_menu/admin_menu.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/cck/theme/content-module.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/ctools/css/ctools.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/date/date.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/filefield/filefield.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/office_hours/office_hours.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/og/theme/og.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/panels/css/panels.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow.css?E&, &media&: &all& }, { &file&: &/home/misc/farbtastic/farbtastic.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/calendar/calendar.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/cck/modules/fieldgroup/fieldgroup.css?E&, &media&: &all& }, { &file&: &/home/sites/all/modules/views/css/views.css?E&, &media&: &all& } ] }, { &command&: &scripts&, &argument&: [ &/home/misc/jquery.js&, &/home/misc/drupal.js&, &/home/sites/all/modules/admin_menu/admin_menu.js&, &/home/sites/all/modules/og/og.js&, &/home/sites/all/modules/panels/js/panels.js&, &/home/sites/all/modules/views_slideshow/js/jquery.cycle.all.min.js&, &/home/sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow.js&, &/home/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow.js&, &/home/sites/all/modules/asu_webauth/asu_webauth.js& ] }, { &command&: &modal_display&, &title&: &Add content to Center&, &output&: &\x3cdiv class=\&panels-add-content-modal\&\x3e\x3cdiv class=\&panels-section-column panels-section-column-categories\&\x3e\x3cdiv class=\&inside\&\x3e\x3cdiv class=\&panels-categories-box\&\x3e\x3ca href=\&/home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/activity\& class=\&ctools-use-ajax panels-modal-add-category\& title=\&\&\x3eActivity\x3c/a\x3e\x3ca href=\&/home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/menus\& class=\&ctools-use-ajax panels-modal-add-category\& title=\&\&\x3eMenus\x3c/a\x3e\x3ca href=\&/home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/miscellaneous\& class=\&ctools-use-ajax panels-modal-add-category\& title=\&\&\x3eMiscellaneous\x3c/a\x3e\x3ca href=\&/home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/page-elements\& class=\&ctools-use-ajax panels-modal-add-category\& title=\&\&\x3ePage elements\x3c/a\x3e\x3ca href=\&/home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/view-panes\& class=\&ctools-use-ajax panels-modal-add-category\& title=\&\&\x3eView panes\x3c/a\x3e\x3ca href=\&/home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/views\& class=\&ctools-use-ajax panels-modal-add-category\& title=\&\&\x3eViews\x3c/a\x3e\x3ca href=\&/home/panels/ajax/editor/select-content/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/widgets\& class=\&ctools-use-ajax panels-modal-add-category\& title=\&\&\x3eWidgets\x3c/a\x3e\x3c/div\x3e\x3cdiv class=\&content-type-button clear-block\&\x3e\x3ca href=\&/home/panels/ajax/editor/add-pane/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/node/node\& class=\&ctools-use-ajax panels-modal-add-config\& title=\&Add a node from your site as content.\&\x3e\x3cimg src=\&/home/sites/all/modules/ctools/plugins/content_types/node/icon_node.png\& alt=\&\& title=\&\& width=\&16\& height=\&16\& /\x3e\x3c/a\x3e\x3cdiv\x3e\x3ca href=\&/home/panels/ajax/editor/add-pane/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/node/node\& class=\&ctools-use-ajax panels-modal-add-config\& title=\&Add a node from your site as content.\&\x3eExisting node\x3c/a\x3e\x3c/div\x3e\x3c/div\x3e\x3cdiv class=\&content-type-button clear-block\&\x3e\x3ca href=\&/home/panels/ajax/editor/add-pane/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/custom/custom\& class=\&ctools-use-ajax panels-modal-add-config\& title=\&Create a completely custom piece of HTML content.\&\x3e\x3cimg src=\&/home/sites/all/modules/ctools/images/no-icon.png\& alt=\&\& title=\&\& width=\&16\& height=\&16\& /\x3e\x3c/a\x3e\x3cdiv\x3e\x3ca href=\&/home/panels/ajax/editor/add-pane/panel_context%3Apage-faculty_page%3Apage_faculty_page_panel_context/center/custom/custom\& class=\&ctools-use-ajax panels-modal-add-config\& title=\&Create a completely custom piece of HTML content.\&\x3eNew custom content\x3c/a\x3e\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e\x3cdiv class=\&panels-categories-description\&\x3eContent options are divided by category. Please select a category from the left to proceed.\x3c/div\x3e\x3c/div\x3e& } ]
3,40222234
remove the quotes around the regex
error_text = error_text.replace(/&(lt|gt|quot);/g, function (m, p) {
return (p == "lt")? "&" : (p == "gt") ? "&" : "'";
139k20183239
str.replace(/&(l|g|quo)t;/g, function(a,b){
56.2k18129172
This should work:
var str = '&span&&error&&/span&';
str.replace(/&(lt|gt|quot);/g, function(m, t) {
switch (t) {
case 'lt':
return '&';
case 'gt':
return '&';
case 'quot':
return '\'';
It returns "&span&'error'&/span&"
If that's not working, then perhaps your original string contains & instead of &, etc...
2,85522041
Your Answer
Sign up or
Sign up using Google
Sign up using Facebook
Post as a guest
Post as a guest
By posting your answer, you agree to the
Not the answer you're looking for?
Browse other questions tagged
Stack Overflow works best with JavaScript enabled药品服务许可证(京)-经营-违法不良信息举报: 电话、邮箱youkujubao@service.alibaba.com请使用者仔细阅读优酷、、、、和Copyright(C)2018 优酷 youku.com 版权所有先有中国的"男/女朋友",还是先有外国的"boy/girl friend"?
全部答案(共1个回答)
是同时有或是先有女的。根据达尔文的理论,人由猿人进化而来。故有可能同时出现。但有因为女的能繁殖,这也是一个进化理论。目前,科学家的想法也没有统一。但象现有鸡蛋还...
应该是先有女吧,如:中国古代的女娲造人,其实这个还真不清楚。但我之前看过一个科普节目,里面讲的其实每个妈妈怀的最先都是女孩子,最后在成形后根据受孕体的荷尔蒙,才...
关于亚当与夏娃的典故语出《圣经》之《创世纪》。亚当(Adam)与夏娃(Eve)是人类的始祖。先有亚当,后有夏娃。上帝始造天地耗时七日,在第六日里用泥土...
世上所有的问题都应有答案的,不过有些问题人类还无法说清。说明人类还处于幼稚的年代。中国的唐诗中也有问“谁是望月第一人”的。
这个问题好像还真没有定论。
不过,脑筋急转弯的话,是先有男的,因为男的叫先生。
先做朋友!不然没两天准分手。唉~
答: Welcome to the Garden District.
Turn left on First Avenue and enjoy the city'...
答: 想学英语口语的话,我推荐全国最好的,最独特的英语训练学校,威尼英语口语学校。
答: 翻译题就不写了,太长,选择题如下:ACABCCBBBC
完形填空:CBACDDCDDCABCDB
阅读理解:CDCAD
翻译题6 Good luck with ...
答: 问题一样,成人高等教育学位英语考试,在读期间,学校每年组织一次的考试,毕业了就不能再考。但不影响毕业,只是没有学位罢了。学校里的英语老师没有跟你们说吗?
大家还关注
Copyright &
Corporation, All Rights Reserved
确定举报此问题
举报原因(必选):
广告或垃圾信息
激进时政或意识形态话题
不雅词句或人身攻击
侵犯他人隐私
其它违法和不良信息
报告,这不是个问题
报告原因(必选):
这不是个问题
这个问题分类似乎错了
这个不是我熟悉的地区1.65亿年前&拉丝叩甲&被学者解剖全球仅47枚
document.write("")
发帖人:闻咏叔喈
中国第十批女飞学员野外综训照曝光来 自 西 陆 军 事 http://www.xilu.com
铁铲煎鸡蛋揭秘特种部队野外生存菜谱
王菲伊能静谢霆锋文章揭明星纹身的秘密
揭秘:林彪的三个子女今何在?
网友新一轮求PS神作盘点下场好凄凉
开国副主席刘少奇一生九子女 近况揭秘揭秘朝鲜战争中美军公认最牛的九个志愿军军长揭秘张学良替宋美龄守了一生的秘密何炅李湘孟非乐嘉 揭黄金搭档分道扬镳内幕少女时代允儿马伊琍杨幂 明星证件照吓死妈揭古代妃子阿哥真实照 样貌丑气质差引备孕警惕:8种食物会杀精 当心吃傻下一代揭秘开国十大元帅后代现状:多为部队高官章子怡傲慢那英没教养 明星飞机上真面目曝光韩国十大零整容自然美女 宋智孝第1具惠善第10世纪伟人风采:记录邓小平一生的10张经典照片佟大为晒童年私房照 曝猛料"曾与关悦分手"全球最负盛名30张照片 911恐怖袭击无辜的坠亡林芊妤被疑有妇科病 曾是厕所“野战门”主角曝TFBOYS王俊凯早恋 女主角是00后网络红人谢娜赵薇黄磊李冰冰 明星学霸成绩惊呆网友何炅胸袭张杰惹谢娜惊呼 晒照被指撞脸李易峰王菲刘涛谢娜马伊俐 盘点姐弟恋迎新生女星赵本山豪宅似皇宫资产数不清 盘最爱吸金男徒"小龙女"李若彤被诈骗100万 盘点被诈骗的明星日本1女子引诱他人偷拍裙底 丈夫趁机敲诈现金"小龙女"李若彤被诈骗100万 盘点被诈骗的明星日本1女子引诱他人偷拍裙底 丈夫趁机敲诈现金湖北一干部遭情人实名举报 称将其丢江里喂鱼哈尔滨1老师未收到节日礼物 当堂骂学生是废物李冰冰林心如赵薇周迅 揭女神背后备胎男闺蜜邓榕驳"邓小平孙子是美国公民":一定是中国人《邓小平遗物故事》幕后:历时1年 材料难得
黄奕被两任老公骂 盘嫁豪门反成噩梦女星黄奕发声为“出轨”叫屈 老公黄毅清:婚离定了揭秘发嗲女神许晴:出身外交世家 曾陷"包养门"传杨幂嫌公公家房子小 抱女儿搬入6000万豪宅
早晨起床后绝不能做这11件事 当心伤身!德国女子穿3年塑身衣练水蛇腰 腰围16-17英寸养生:中午就餐6大坏习惯 让你越变越胖从腰、乳房、脚等身体6部位 看穿女人衰老程度
民国邪教"一贯道"曾肆虐南京 有汪伪官员加入女王英姿飒爽 世界各国王室成员戎装比拼化石证明:北极狐500万年前起源于青藏高原四川一古城清理70座秦汉墓葬 出土千件随葬品
中国第十批女飞学员野外综训照曝光
开国副主席刘少奇一生九子女近况揭秘
铁铲煎鸡蛋揭秘特种部队野外生存菜谱
王菲伊能静谢霆锋文章揭明星纹身的秘密
网友新一轮求PS神作盘点下场好凄凉
生命揭秘:人死亡前一刻出现的九种神奇现象&imgsrc="/img/LOCAL/327/images/photo.gif"width="13"height="12"&非诚女嘉宾曝苏商集团老板性骚扰 当事人否认&imgsrc="/img/LOCAL/327/images/photo.gif"width="13"height="12"&揭秘朝鲜战争中美军公认最牛的九个志愿军军长&imgsrc="/img/LOCAL/327/images/photo.gif"width="13"height="12"&揭秘张学良替宋美龄守了一生的秘密&imgsrc="/img/LOCAL/327/images/photo.gif"width="13"height="12"&揭秘:林彪的三个子女今何在?&imgsrc="/img/LOCAL/327/images/photo.gif"width="13"height="12"&董卿当清洁工柴静被骂 央视美女主播心酸史&imgsrc="/img/LOCAL/327/images/photo.gif"width="13"height=&qu
国家领导人在任时,往往公务繁重,退休之后不再承担具...
热门关键字}

我要回帖

更多关于 300英雄帐号密码错误 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信