<%@LANGUAGE="VBSCRIPT"%> <% ' *** Edit Operations: declare variables Dim MM_editAction Dim MM_abortEdit Dim MM_editQuery Dim MM_editCmd Dim MM_editConnection Dim MM_editTable Dim MM_editRedirectUrl Dim MM_editColumn Dim MM_recordId Dim MM_fieldsStr Dim MM_columnsStr Dim MM_fields Dim MM_columns Dim MM_typeArray Dim MM_formVal Dim MM_delim Dim MM_altVal Dim MM_emptyVal Dim MM_i MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString) End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Redirect if username exists MM_flag="MM_insert" If (CStr(Request(MM_flag)) <> "") Then MM_dupKeyRedirect="../../My%20webs/admin/loginerror.htm" MM_rsKeyConnection=MM_conn_STRING MM_dupKeyUsernameValue = CStr(Request.Form("userpass")) MM_dupKeySQL="SELECT userpass FROM js WHERE userpass='" & MM_dupKeyUsernameValue & "'" MM_adodbRecordset="ADODB.Recordset" set MM_rsKey=Server.CreateObject(MM_adodbRecordset) MM_rsKey.ActiveConnection=MM_rsKeyConnection MM_rsKey.Source=MM_dupKeySQL MM_rsKey.CursorType=0 MM_rsKey.CursorLocation=2 MM_rsKey.LockType=3 MM_rsKey.Open If Not MM_rsKey.EOF Or Not MM_rsKey.BOF Then ' the username was found - can not add the requested username MM_qsChar = "?" If (InStr(1,MM_dupKeyRedirect,"?") >= 1) Then MM_qsChar = "&" MM_dupKeyRedirect = MM_dupKeyRedirect & MM_qsChar & "requsername=" & MM_dupKeyUsernameValue Response.Redirect(MM_dupKeyRedirect) End If MM_rsKey.Close End If %> <% ' *** Insert Record: set variables If (CStr(Request("MM_insert")) = "form1") Then MM_editConnection = MM_conn_STRING MM_editTable = "js" MM_editRedirectUrl = "../../My%20webs/admin/main.asp" MM_fieldsStr = "username|value|userpass|value" MM_columnsStr = "username|none,none,NULL|userpass|none,none,NULL" ' create the MM_fields and MM_columns arrays MM_fields = Split(MM_fieldsStr, "|") MM_columns = Split(MM_columnsStr, "|") ' set the form values For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_fields(MM_i+1) = CStr(Request.Form(MM_fields(MM_i))) Next ' append the query string to the redirect URL If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If End If %> <% ' *** Insert Record: construct a sql insert statement and execute it Dim MM_tableValues Dim MM_dbValues If (CStr(Request("MM_insert")) <> "") Then ' create the sql insert statement MM_tableValues = "" MM_dbValues = "" For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_formVal = MM_fields(MM_i+1) MM_typeArray = Split(MM_columns(MM_i+1),",") MM_delim = MM_typeArray(0) If (MM_delim = "none") Then MM_delim = "" MM_altVal = MM_typeArray(1) If (MM_altVal = "none") Then MM_altVal = "" MM_emptyVal = MM_typeArray(2) If (MM_emptyVal = "none") Then MM_emptyVal = "" If (MM_formVal = "") Then MM_formVal = MM_emptyVal Else If (MM_altVal <> "") Then MM_formVal = MM_altVal ElseIf (MM_delim = "'") Then ' escape quotes MM_formVal = "'" & Replace(MM_formVal,"'","''") & "'" Else MM_formVal = MM_delim + MM_formVal + MM_delim End If End If If (MM_i <> LBound(MM_fields)) Then MM_tableValues = MM_tableValues & "," MM_dbValues = MM_dbValues & "," End If MM_tableValues = MM_tableValues & MM_columns(MM_i) MM_dbValues = MM_dbValues & MM_formVal Next MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")" If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close If (MM_editRedirectUrl <> "") Then Response.Redirect(MM_editRedirectUrl) End If End If End If %> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString) MM_valUsername=CStr(Request.Form("username")) If MM_valUsername <> "" Then MM_fldUserAuthorization="编号" MM_redirectLoginSuccess="../../My%20webs/admin/main.asp" MM_redirectLoginFailed="../../My%20webs/admin/loginerror.htm" MM_flag="ADODB.Recordset" set MM_rsUser = Server.CreateObject(MM_flag) MM_rsUser.ActiveConnection = MM_conn_STRING MM_rsUser.Source = "SELECT username, userpass" If MM_fldUserAuthorization <> "" Then MM_rsUser.Source = MM_rsUser.Source & "," & MM_fldUserAuthorization MM_rsUser.Source = MM_rsUser.Source & " FROM js WHERE username='" & Replace(MM_valUsername,"'","''") &"' AND userpass='" & Replace(Request.Form("userpass"),"'","''") & "'" MM_rsUser.CursorType = 0 MM_rsUser.CursorLocation = 2 MM_rsUser.LockType = 3 MM_rsUser.Open If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then ' username and password match - this is a valid user Session("MM_Username") = MM_valUsername If (MM_fldUserAuthorization <> "") Then Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value) Else Session("MM_UserAuthorization") = "" End If if CStr(Request.QueryString("accessdenied")) <> "" And false Then MM_redirectLoginSuccess = Request.QueryString("accessdenied") End If MM_rsUser.Close Response.Redirect(MM_redirectLoginSuccess) End If MM_rsUser.Close Response.Redirect(MM_redirectLoginFailed) End If %> 揭阳建设网
首 页 建设风采 政务资讯 业界动态 行业管理 企业展台 政策法规 建设英才 协会学会
会员中心

 

关于公布全国第二批获准初始注册房地产经纪人名单的公告
第3号

    根据人事部、建设部印发的《房地产经纪人员职业资格制度暂行规定》(人发[2001]128号)和《建设部关

于改变房地产经纪人执业资格注册管理方式有关问题的通知》(建办住房[2004]43号)的有关规定,全国第二

批房地产经纪人初始注册工作已经结束,经审查,共3641人获准初始注册。现将名单予以公布。

  请各地以适当方式公布当地注册房地产经纪人名单,并将《房地产经纪人注册证书》颁发给个人。取得《

房地产经纪人注册证书》的人员,获准在中华人民共和国境内以注册房地产经纪人名义从事房地产经纪活动。

  附件:全国第二批获准初始注册房地产经纪人名单(广东省)


                                                      中国房地产估价师与房地产经纪人学会

                                                                二○○四年十二月十五日

 

全国第二批获准初始注册房地产经纪人名单

广东省(共 230 人)

姓 名

注册号

姓 名

注册号

姓 名

注册号

姓 名

注册号

谭小明 84420040465 刘 珊 84420040468 江列豪 84420040471 吉俊山 84420040474
王 金 84420040466 麦沛贤 84420040469 许淑云 84420040472 吴武贤 84420040475
卢 丽 84420040467 刘志强 84420040470 覃承松 84420040473 邓建敏 84420040476
梁静雯 84420040477 洪敦胜 84420040511 祁 鸣 84420040546 余穗珍 84420040580
徐 鹏 84420040478 洪 峰 84420040512 齐 菲 84420040547 曾雪莉 84420040581
潘慧萍 84420040479 胡明海 84420040513 邱春华 84420040548 张 羽 84420040582
蒙卫华 84420040480 胡秀荃 84420040514 邱 华 84420040549 张政斌 84420040583
陈德豪 84420040481 黄焕文 84420040515 尚子真 84420040550 张志峰 84420040584
李苑薇 84420040482 黄 进 84420040516 沈 正 84420040551 钟 劲 84420040585
王瑞敏 84420040483 黄荣杰 84420040517 石永刚 84420040552 钟其方 84420040586
黄璐珊 84420040484 黄伟琳 84420040518 史良华 84420040553 周青红 84420040587
黄玉燕 84420040485 黄伊凡 84420040519 宋兴菊 84420040554 朱 虹 84420040588
卜钧雷 84420040486 霍黎萍 84420040520 隋龙飙 84420040555 朱新浩 84420040589
蔡世宏 84420040487 季光南 84420040521 唐 琳 84420040556 朱 勇 84420040590
蔡茵茵 84420040488 江海燕 84420040522 陶湘萍 84420040557 王 湛 84420040591
操毓颖 84420040489 姜远东 84420040523 田 志 84420040558 杨基壮 84420040592
曹亚琨 84420040490 鞠永平 84420040524 王 波 84420040559 朱亮明 84420040593
查秀萍 84420040491 李旦清 84420040525 王德平 84420040560 盛冰梅 84420040594
柴 园 84420040492 李 兰 84420040526 王海萍 84420040561 焦尔宓 84420040595
陈东萍 84420040493 梁 海 84420040527 王良奇 84420040562 刘卫塔 84420040596
陈国浩 84420040494 梁思勉 84420040528 王 群 84420040563 付晓群 84420040597
陈明峰 84420040495 梁惕观 84420040529 王曙晖 84420040564 黄丽琼 84420040598
陈铄浩 84420040496 廖 宇 84420040530 王 勇 84420040565 肖念青 84420040599
陈卫林 84420040497 林汉武 84420040531 韦百莉 84420040566 童良军 84420040600
谌 玲 84420040498 林三宏 84420040532 吴传易 84420040567 曾宪平 84420040601
迟慧起 84420040499 刘锦易 84420040533 吴烈平 84420040568 贺 民 84420040602
褚慧敏 84420040500 刘 军 84420040534 吴学山 84420040569 李加明 84420040603
邓伟权 84420040501 刘文飞 84420040535 吴粤梅 84420040570 耿志勤 84420040604
定立中 84420040502 刘文涛 84420040536 肖 志 84420040571 周 丽 84420040605
杜 航 84420040503 刘英利 84420040537 谢红春 84420040572 刘 健 84420040606
杜建多 84420040504 刘智慧 84420040538 熊 静 84420040573 邱 林 84420040607
杜 颖 84420040505 毛 斌 84420040540 薛 军 84420040574 刘 线 84420040608
段 军 84420040506 穆 欣 84420040541 杨安蓉 84420040575 张 帆 84420040609
段良普 84420040507 聂应群 84420040542 杨劭彤 84420040576 刘 星 84420040610
冯志红 84420040508 欧世强 84420040543 杨 薇 84420040577 周 琼 84420040611
甘 颖 84420040509 彭劲松 84420040544 姚 琼 84420040578 刘敏军 84420040612
韩奇明 84420040510 彭 宁 84420040545 叶 民 84420040579 邹江屏 84420040613
廖 旻 84420040614 樊 荣 84420040635 张文丽 84420040656 阮永春 84420040677
胡 杰 84420040615 黄穗婷 84420040636 乔响训 84420040657 黄红华 84420040678
吴绪东 84420040616 何超凡 84420040637 董立聪 84420040658 吴 泽 84420040679
杨 健 84420040617 晏朝明 84420040638 岑小媚 84420040659 吴文荣 84420040680
林经熙 84420040618 曹振才 84420040639 骆婉梨 84420040660 李如珍 84420040681
贾少雄 84420040619 陈胜辉 84420040640 冼超进 84420040661 成欣荣 84420040682
邹孟红 84420040620 傅晓东 84420040641 郑国发 84420040662 陈晓宇 84420040683
张国花 84420040621 张伟星 84420040642 许展丹 84420040663 黎仁京 84420040684
许连忠 84420040622 莫希然 84420040643 罗文梅 84420040664 游惠婷 84420040685
张奇鹏 84420040623 陈建源 84420040644 陈小菊 84420040665 李万秀 84420040686
汤胜辉 84420040624 何 洁 84420040645 区炎光 84420040666 陈 洁 84420040687
钟 敏 84420040625 刘 勇 84420040646 曾学民 84420040667 刘 胜 84420040688
邬洪锦 84420040626 万 敏 84420040647 林润海 84420040668 黄道志 84420040689
曾超敏 84420040627 张 挺 84420040648 汪新辉 84420040669 李海英 84420040690
王彩虹 84420040628 梁式林 84420040649 郭智敏 84420040670 王海荣 84420040691
谢秀山 84420040629 卢 明 84420040650 严燕锋 84420040671 黄斯霞 84420040692
姚珍贤 84420040630 何律平 84420040651 李文勇 84420040672 刘 虎 84420040693
袁叔昌 84420040631 陈 静 84420040652 谢经宇 84420040673 刘杰伟 84420040694
王镜湖 84420040632 陈浩权 84420040653 梁 艳 84420040674 张元实 84420040695
尹鹏强 84420040633 付建军 84420040654 游子英 84420040675
邓宜炘 84420040634 李希文 84420040655 阮付华 84420040676