Vigyan Prasar Science Portal
For anything and everything on science from India
Home
The Ways and Methods to settle Disputes with Customers Download Catalogue
Cart    Interactive CD'S    Video CD`s    Activity Kits
                       
                                                                                                                                                                        

  

Welcome to this web-site of Vigyan Prasar. We make publicly open our policy on the ways and methods to settle dispute arising out of sales transaction with customers as under:-

 

a)      All the disputes will be settled at the level of competent authority at NOIDA office.

 

b)      In the case a dispute being taken to court, the remedies will be sought for within the jurisdiction of Delhi High court and not beyond.

 

 

 


<% ' Declare variables Dim ObjCounterFile, ReadCounterFile, WriteCounterFile Dim CounterFile Dim CounterHits Set ObjCounterFile = Server.CreateObject("Scripting.FileSystemObject") CounterFile = Server.MapPath ("counter1.txt") Set ReadCounterFile= ObjCounterFile.OpenTextFile (CounterFile, 1, True) If Not ReadCounterFile.AtEndOfStream Then CounterHits = Trim(ReadCounterFile.ReadLine) If CounterHits = "" Then CounterHits = 0 Else CounterHits = 0 End If ReadCounterFile.Close Set ReadCounterFile = Nothing CounterHits = CounterHits + 1 Set WriteCounterFile= ObjCounterFile.CreateTextFile (CounterFile, True) WriteCounterFile.WriteLine(CounterHits) WriteCounterFile.Close Set WriteCounterFile = Nothing Set ObjCounterFile = Nothing %>