![]() |
![]() |
![]() |
|
| Human
Nutrition & Health (HNH) |
Animal
Nutrition & Health (ANH) |
Cosmetic Premixes (CP) |
| Promoting
Healthcare and Nutrition Delivery Disclaimer | Copyright © 2001, Nicholas Piramal India Limited. Site Maintained by Cybertech Networks Pvt. Ltd. |
| <% fp = Server.MapPath("hit_count.txt") Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile(fp) ct = Clng(a.ReadLine) if Session("ct") = "" then Session("ct") = ct ct = ct + 1 a.close Set a = fs.CreateTextFile(fp, True) a.WriteLine(ct) end if a.Close Response.Write("Number of Visitors since ")& MonthName(Month(date())) & " " & Year(date())& "-->" & ct %> |