Training


Post Graduate Diploma Courses

1. Piping and Project Engineering
2. Plant Equipment Design and Engineering

3. Applied Bio Process Technology
4. Applied Bio Technology
5. Process Simulation and Quantitative Risk Assessment



 
Please note that all the fields are compulsory. Incomplete form will not be processed.

Full Name:

Address for
Correspondence:

Company
 /College Name:

Phone:

(with area code)

EMail Address:

Comments: Please Mention the course name below

For more information, please write to us on bellengg_pune@vsnl.net

 

 

 

 

 

 

 

 

 

  Visitor No. - <% Response.Expires = 0 Dim strNetSite 'This is the only place you have to chan ' ge the name 'and the name of the file. strNetSite = "www.bellsoftware.net/Training.htm" if CheckCookie(strNetSite) = "False" Then Call hitcounter Call AddCookie End if function CheckCookie(strCookieName) if Request.Cookies(strCookieName) = "" Then CheckCookie = "False" Else CheckCookie = "True" Dim fsoObject 'File System Object Dim tsObject 'Text Stream Object Dim filObject 'File Object Dim lngVisitorNumber 'Holds the visitor number Dim intWriteDigitLoopCount 'Loop counter to display the graphical hit count Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") Set filObject = fsoObject.GetFile(Server.MapPath("countTrain.cnt")) Set tsObject = filObject.OpenAsTextStream lngVisitorNumber = CLng(tsObject.ReadAll) Response.Write(lngVisitorNumber) End if End function function AddCookie() Response.Buffer = True Response.Cookies(strNetSite) = strNetSite Response.Cookies(strNetSite).Expires = Date() + 1 End function function hitcounter() 'Dimension variables Dim fsoObject 'File System Object Dim tsObject 'Text Stream Object Dim filObject 'File Object Dim lngVisitorNumber 'Holds the visitor number Dim intWriteDigitLoopCount 'Loop counter to display the graphical hit count 'Create a File System Object variable Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") 'Initialise a File Object with the path and name of text file to open Set filObject = fsoObject.GetFile(Server.MapPath("countTrain.cnt")) 'Open the visitor counter text file Set tsObject = filObject.OpenAsTextStream 'Read in the visitor number from the visitor counter file lngVisitorNumber = CLng(tsObject.ReadAll) 'Increment the visitor counter number by 1 lngVisitorNumber = lngVisitorNumber + 1 'Create a new visitor counter text file over writing the previous one Set tsObject = fsoObject.CreateTextFile(Server.MapPath("countTrain.cnt")) 'Write the new visitor number to the text file tsObject.Write CStr(lngVisitorNumber) 'Reset server objects Set fsoObject = Nothing Set tsObject = Nothing Set filObject = Nothing 'Display the hit count as text Response.Write(lngVisitorNumber) 'Loop to display graphical digits 'For intWriteDigitLoopCount = 1 to Len(lngVisitorNumber) 'Display the graphical hit count ' Response.Write("") 'Next end function %>  

 

 

 

 

Bell Engineering Software Technologists. Ltd.
"March First", 99/1/20 Bhusari Colony, Paud Road, Pune 411038, India
Tel: +91 20 25283802, Fax: +91 20 25283803
email: bellengg_pune@vsnl.net