var fDesc=new Array(); fDesc[0] = "Lasso Professional 8 is a scriptable web application server. It includes LassoScript which provides an advanced and powerful tag-based language tool.

Lasso bridges the gap between popular web servers (Apache, IIS, or any FastCGI-compliant server), data sources (MySQL, FileMaker, Microsoft SQL Server, Oracle, PostgreSQL, Openbase, and more), and various other communication tools, utilities, and protocols such as email (POP, SMTP), directory services (LDAP, Active Directory), web services (SOAP, XMLRPC), and PDF generation. Lasso is available for MacOS X, Windows, and Linux operating systems.



Lasso embraces open standards making it easy to work with a wide range of data sources, Web servers, and platforms. Web applications you develop on one platform can be deployed on another seamlessly.

The Lasso Studio suite of tools extended popular web development environments with Lasso-specific syntax coloring, code completion, error checking, and debugging capabilities."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }