|
||||||||||||||
|
Latest News: UK Immigration has confirmed that the interim limit on Tier 1 (General) visas will start on 19 July 2010 (previously it was thought to be 16 July 2010). The permanent limit on Tier 1 (General) applications under the points based system will start in April 2011. If you are affected by the changes in the Tier 1 (General) points system and new Tier 1 limit you should consider applying before 19 July 2010. The changes to the Tier 1 Visa system are as follows:
|
|
||||||||||||
|
|
|
|
||||||||||||
| ® All Rights Reserved - Copy Right 2010 -2011 © Superior Consulting (Pvt.) Ltd. | ||||||||||||||
<% SET MyFileObject = Server.CreateObject("Scripting.FileSystemObject") 'Edit this loction accordingly SET MyCouNtFile = MyFileObject.OpenTextFile(Server.MapPath("counter.txt")) IF NOT MyCountFile.AtEndOfStream THEN 'Read the Visitor no. Visitor = MyCountFile.Readline Response.Write"This page has been visited " Response.Write(Visitor) Response.Write" times" End IF 'close object MyCountFile.close SET MyFileObject = Server.CreateObject("Scripting.FileSystemObject") SET MyCouNtFile = MyFileObject.CreateTextFile(Server.MapPath("counter.txt")) MyCountFile.WriteLine Visitor+1 MyCountFile.Close %>