ir.chartnexus.com Open in urlscan Pro
203.175.160.178  Public Scan

Submitted URL: http://ir.chartnexus.com/s/p.php?c=20&f=3&t=/mrcb/readnews.php?id=3313023&red=1
Effective URL: http://ir.chartnexus.com/mrcb/readnews.php?id=3313023
Submission: On December 05 via api from CH — Scanned from DE

Form analysis 2 forms found in the DOM

Name: form_search http://www.mrcb.com.my/main/search.php

<form name="form_search" id="searchbox_005717513626800341512:9b7moj81zqg" action="http://www.mrcb.com.my/main/search.php">
  <table width="18" cellpadding="0" cellspacing="0" border="0">
    <tbody>
      <tr>
        <td align="right"><input name="q" type="text" class="search_bar" id="q" value="Enter search keywords here" size="20" maxlength="50" atl="Search :" attribute="Search" onblur="onBlurSearchForm();" onfocus="onFocusSearchForm();">
        </td>
        <td align="right"><input name="Submit" type="image" id="Submit" value="GO" src="images/search_btn.jpg" align="bottom" border="0">
        </td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="cx" value="005717513626800341512:9b7moj81zqg"> <input type="hidden" name="cof" value="FORID:11">
</form>

Name: announcementGET iframe_announcement.php

<form id="announcement" name="announcement" method="get" action="iframe_announcement.php" style="width:100%;">
  <table width="90%" border="0" cellspacing="3" cellpadding="3" align="center">
    <tbody>
      <tr>
        <td align="center" class="h1blue"><em>Duration Period</em></td>
      </tr>
      <tr>
        <td align="center" bgcolor="#FFFFFF">
          <p align="center"><strong>Specify the period you wish to filter</strong></p>
          <table width="70%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tbody>
              <tr>
                <td width="61%">Date From:</td>
                <td width="25%"><input name="dateStart" type="text" id="dateStart" size="20" maxlength="10" value=""></td>
                <td width="14%"><button type="submit" id="cal-button-1">...</button></td>
              </tr>
              <tr>
                <td>Date To:</td>
                <td><input name="dateEnd" type="text" id="dateEnd" size="20" maxlength="10" value=""></td>
                <td><button type="submit" id="cal-button-2">...</button></td>
              </tr>
            </tbody>
          </table>
          <br>
        </td>
      </tr>
      <tr>
        <td align="center" class="h1blue"><em>Announcement Categories:</em></td>
      </tr>
      <tr>
        <td align="left" valign="top" bgcolor="#FFFFFF">
          <p align="center"><strong>Check the categories you wish to view</strong></p>
          <label>
            <input type="checkbox" name="cat[]" value="72" checked="checked"> Additional Listing Announcement</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="54" checked="checked"> Annual Audited Account</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="55" checked="checked"> Annual Report</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="71" checked="checked"> Change of Corporate Information</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="51" checked="checked"> Changes in Shareholdings</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="59" checked="checked"> Changes to Boardroom</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="56" checked="checked"> Circulars/Notice to Shareholders </label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="70" checked="checked"> Entitlements</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="69" checked="checked"> Expiry / Maturity / Termination of Securities</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="68" checked="checked"> Financial Results</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="50" checked="checked"> General Announcement</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="67" checked="checked"> General Meetings</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="66" checked="checked"> Important Relevant Dates for Renounceable Rights</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="65" checked="checked"> Initial Public Offering</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="64" checked="checked"> Investor Alert</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="52" checked="checked"> Listing Circulars</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="63" checked="checked"> Listing Information and Profile</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="57" checked="checked"> Prospectus</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="53" checked="checked"> Reply to Query</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="62" checked="checked"> Shares Buy Back</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="61" checked="checked"> Special Announcements</label>
          <br>
          <label>
            <input type="checkbox" name="cat[]" value="60" checked="checked"> Transfer of Listing</label>
          <br>
        </td>
      </tr>
      <tr>
        <td align="left">
          <a onclick="checkAll('cat[]')">Check All </a>| <a onclick="uncheckAll('cat[]')">Uncheck All</a>
        </td>
      </tr>
      <tr>
        <td align="right"><input type="reset" name="Reset" id="button" value="Reset">
          <input type="submit" name="submit" id="submit" value="Submit">
        </td>
      </tr>
    </tbody>
  </table>
  <script type="text/javascript">
    Calendar.setup({
      inputField: "dateStart",
      button: "cal-button-1",
      align: "Tr"
    });
    Calendar.setup({
      inputField: "dateEnd",
      button: "cal-button-2",
      align: "tr"
    });

    function checkAll(field) {
      ok = document.getElementsByName(field);
      for (i = 0; i < ok.length; i++) ok[i].checked = true;
    }

    function uncheckAll(field) {
      ok = document.getElementsByName(field);
      for (i = 0; i < ok.length; i++) ok[i].checked = false;
    }
  </script>
</form>

Text Content

 

 



 

 
 * 
 *  * Property (MRCB Land)
       * Products Launched
       * Brands
       * Upcoming Projects
   
    * Engineering & Construction
       * High Rise Buildings
       * Hospital
       * Airport
       * Retail
       * Colleges
       * Road, Civil & Infrastructural Works
       * Residential Development
       * Energy-Power Network Transmission
   
    * Infrastructure, Concession & Environment

 *  * Who Are We
    * Board Of Directors
    * Board Charter
    * Senior Management
    * Group Structure

 * 
 *  * Annual Report
       * List of Annual Reports
   
    * Financial Information
       * Group Financial Highlights
       * Factsheet/Financial Ratios
       * Quarterly Reports
       * Annual Financial Statements
       * Analyst Reports
         
   
    * Bursa Announcements & News
       * Bursa Announcements
   
    * Stock Analysis
       * Chart Tracker
       * Stock Quotes
   
    * Minutes of AGM
       * minutes I
       * minutes II
         
   
    * Minutes of EGM
       * minutes I
       * minutes II
       * minutes III
       * minutes IV
       * minutes V
       * minutes VI
   
    * Memorandum and Articles of Association

 *  * Media Releases
    * Previous Events

 *  * Corporate Social Responsibility
       * Our Children Our Tomorrow
       * Arts, Culture & Tourism
       * Community & Social Business
       * Environmental Initiatives
       * NGOs & Charitable Organization
   
    * Our Environment Our Future
    * Corporate Philanthropy
       * Community
       * Arts & Culture
       * Natural Disaster Relief/Risk Reduction Management

 *  * Staff Benefits And Development
    * Career Development
    * Positions Available
    * Career Opportunities

 *  * Contact Us
    * Whistleblowing
    * Feedback

 



 

  Home > Investor Relations > News Updates   News Updates  

Years : 2019 |  2018 |  2017 |  2016 |  2015 |  2014 |  2013 |  2012 |  2011 | 
2010 |  2009 |  2008 |  2007 |  2006 |  2005 |  2004 |  2003 |  2002 |  2001 | 
2000 |  1999  

Duration Period

Specify the period you wish to filter

Date From: ... Date To: ...


Announcement Categories:

Check the categories you wish to view

Additional Listing Announcement
Annual Audited Account
Annual Report
Change of Corporate Information
Changes in Shareholdings
Changes to Boardroom
Circulars/Notice to Shareholders
Entitlements
Expiry / Maturity / Termination of Securities
Financial Results
General Announcement
General Meetings
Important Relevant Dates for Renounceable Rights
Initial Public Offering
Investor Alert
Listing Circulars
Listing Information and Profile
Prospectus
Reply to Query
Shares Buy Back
Special Announcements
Transfer of Listing
Check All | Uncheck All



This is a test
announcement







 






 

  Investor Relations

  Annual Report  

  List of Annual Reports

  Financial Information  

  Group Financial Highlights     Factsheet/Financial Ratios     Quarterly
Reports     Annual Financial Statements     Analyst Reports  

  Bursa Announcements & News  

  Bursa Announcements  

  Stock Analysis  

  Chart Tracker     Stock Quotes  

  Minutes of AGM  

  minutes I   minutes II

  Minutes of EGM  

  minutes I   minutes II   minutes III   minutes IV   minutes V   minutes VI

  Memorandum and Articles of Association  

 



 

 

 
Brands & Positioning

Business Activities
Property (MRCB Land)
Engineering & Construction
Infrastructure, Concession &
Environment
Building Services
 
Investor Relations
Corporate Information
Awards & Recognition
News & Events
Financial Information
Stock Information
Reports
Investor Briefings
Information Request


 
Corporate Responsibilities
Corporate Social Responsibilities
Our Environment Our Future
Corporate Philanthropy
Employee Welfare
 
Careers
Staff Benefits And Development
Career Development
Career Opportunities &
Online Application

 
Contact Us

 

 

 



 

© 2022 MALAYSIAN RESOURCES CORPORATION BERHAD ALL RIGHTS RESERVED | Link | Site
Map | Career | HR Avenue | Terms of use | Disclaimer Designed by :