<%@LANGUAGE="VBSCRIPT"%> <% Dim soft__MMColParam soft__MMColParam = "1" if (Request.QueryString("soft_id") <> "") then soft__MMColParam = Request.QueryString("soft_id") %> <% set soft = Server.CreateObject("ADODB.Recordset") soft.ActiveConnection = MM_connexion_colossus_STRING soft.Source = "SELECT * FROM dbo.soft WHERE soft_id = " + Replace(soft__MMColParam, "'", "''") + "" soft.CursorType = 0 soft.CursorLocation = 2 soft.LockType = 3 soft.Open() soft_numRows = 0 %> Optis - Innovation ahead of light
OPTIS - INNOVATIONS AHEAD OF LIGHT Members/Register
In order to understand and progress in the use of light simulation software, OPTIS proposes training sessions throughout the year on each of its software and for all users, whatever their level. Optis offers a complete suite of training covering the fields of photometry, colorimetry, optical design and laser.



 

Please, contact our Training Manager for further assistance.

<% soft.Close() %>