 |
|
| Contact person |
Wong Chee Heng |
| Designation |
Group Finance Manager |
| Contact No. |
03-5192 7223 |
| Email address |
chwong@hirotako.com.my |
|
|
Please click below for more information:
<%
call opendb(oconn,rs)
rs.source = "select top 3 * from news where news_current=1 order by news_date desc, news_createdt desc"
rs.open
counter = 0
while not rs.eof
news_id = rs.fields("news_id")
news_title = rs.fields("news_title")
news_details = replace(rs.fields("news_details"),vbcrlf," ")
news_date = rs.fields("news_date")
news_url_title = rs.fields("news_url_title")
news_url = rs.fields("news_url")
news_createdt = rs.fields("news_createdt")
if len(rs.fields("news_source")) > 0 then
news_source = "(" & rs.fields("news_source") & ")"
end if
%>
 |
Announcements to Bursa Malaysia |
| |
|
| |
|
 |
Changes in Shareholdings |
| |
|
| |
|
 |
Listing Circulars |
| |
|
| |
|
 |
Annual Report |
| |
|
| |
|
 |
Circular / Notice to Shareholders |
| |
|
| |
|
<%
rs.movenext
wend
%>
|
 |
|