ÿþ<html> <head> <title>Everyone can create software - no-code programming system</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="Description" CONTENT="It is a generic-purpose no-code programming system. it can be used to create software applications without using computer languages."> <META NAME="Keywords" CONTENT="visual programming, codeless programming, no-code programming,graphical programming,database application,CD-ROM,cdrom authoring tools,multimedia interactive touchscreen sales presentation kiosk software,year book,business information terminal,personal data management,Rapid Application Development,RAD,trade show exhibition,Conference,ATM,child education,pos,multi-language user interface,application builder,component objects,performers,media players,coin validator,smartcard reader,phone dialer,visual basic,GUI,limnor tutorial"> <link rel="stylesheet" href="SL3_Main.css" type="text/css"> <SCRIPT LANGUAGE="JavaScript" SRC="SL3_util.js"></SCRIPT> <Script language=Javascript> var mnuX=70; var mnuY=70; var mnuBKColor = "#006699"; var mnuHIColor = "#4169E1"; var mnuSubLeft = 0; var mnuSubTop = 0; var mnuSubRight = 0; var mnuSubBottom = 0; var mnuHead; function showMenu(obj) { var mnuTitles; var mnuURLs; var i; var mnuCount = 0; var mnuSub = document.getElementById("mnuSub"); var sub = "<table border=0 cellspacing=0 cellpadding=0 STYLE=\"color:white;font-size:12;font-weight:bolder;\">"; if( mnuHead != null ) { mnuHead.style.backgroundColor = mnuBKColor; } mnuHead = obj; obj.style.backgroundColor = mnuHIColor; if( obj.id == "mnu1" ) { mnuCount = 5; mnuTitles = new Array(mnuCount); mnuURLs = new Array(mnuCount); mnuTitles[0] = "Qúe es Limnor"; mnuURLs[0] = "SL3_whatisLimnor.html"; mnuTitles[1] = "Que puede hacer Limnor"; mnuURLs[1] = "SL3_whatCanLimnorDo.html"; mnuTitles[2] = "¿Cómo trabaja Limnor"; mnuURLs[2] = "SL3_HowLimnorWork.html"; mnuTitles[3] = "Características especiales para kioskos"; mnuURLs[3] = "SL3_LimnorKiosk.html"; mnuTitles[4] = "Respaldo!"; mnuURLs[4] = "SL3_feedback.html"; // mnuSubRight = 161; mnuSubBottom = 75; } else if( obj.id == "mnu2" ) { mnuCount = 7; mnuTitles = new Array(mnuCount); mnuURLs = new Array(mnuCount); mnuTitles[0] = "Descargas"; mnuURLs[0] = "SL3_downloads.html"; mnuTitles[1] = "Requisitos Del Sistema"; mnuURLs[1] = "SL3_sysrequires.html"; mnuTitles[2] = "Descarga Mínima"; mnuURLs[2] = "SL3_minimDownloads.html"; mnuTitles[3] = "Descarga completa del CD archivos individuales"; mnuURLs[3] = "SL3_fullCD.html"; mnuTitles[4] = "Aplicaciones de Prueba"; mnuURLs[4] = "SL3_samples1.html"; mnuTitles[5] = "Como hacer ..."; mnuURLs[5] = "SL3_howto.html"; mnuTitles[6] = "Tutoriales"; mnuURLs[6] = "SL3_tutorial.html"; // mnuSubRight = 143; mnuSubBottom = 105; } else if( obj.id == "mnu3" ) { mnuCount = 2; mnuTitles = new Array(mnuCount); mnuURLs = new Array(mnuCount); mnuTitles[0] = "Registro Limnor"; mnuURLs[0] = "SL3_registration.aspx"; mnuTitles[1] = "Desregistrar Limnor"; mnuURLs[1] = "SL3_unreg.aspx"; // mnuSubRight = 115; mnuSubBottom = 30; } else if( obj.id == "mnu4" ) { mnuCount = 2; mnuTitles = new Array(mnuCount); mnuURLs = new Array(mnuCount); mnuTitles[0] = "Productos"; mnuURLs[0] = "SL3_products.html"; mnuTitles[1] = "Servicios"; mnuURLs[1] = "SL3_services.html"; // mnuSubRight = 97; mnuSubBottom = 30; } else if( obj.id == "mnu5" ) { mnuCount = 8; mnuTitles = new Array(mnuCount); mnuURLs = new Array(mnuCount); mnuTitles[0] = "Internet Pay Phone Kiosk"; mnuURLs[0] = "http://www.balkiosk.com"; mnuTitles[1] = "Poderoso, facil y barato"; mnuURLs[1] = "SL3_kioskEasy.html"; mnuTitles[2] = "Supervisión Remota Automática"; mnuURLs[2] = "SL3_kioskMonitor.html"; mnuTitles[3] = "Remota automática actualización"; mnuURLs[3] = "SL3_kioskUpdate.html"; mnuTitles[4] = "Teclado en la Pantalla"; mnuURLs[4] = "SL3_kioskKeyboard.html"; mnuTitles[5] = "Soporte para Targetas inteligentes y monederos"; mnuURLs[5] = "SL3_kioskCredit.html"; mnuTitles[6] = "Soporte Multi-lenguaje"; mnuURLs[6] = "SL3_kioskMLS.html"; mnuTitles[7] = "Unlimited Power"; mnuURLs[7] = "SL3_kioskOthers.html"; // mnuSubRight = 178; mnuSubBottom = 120; } for(i=0;i<mnuCount;i++) { sub += "<tr><td NOWRAP id=mnuSub"+i+" STYLE=\"cursor:hand\" onmouseover=\"javascript:this.style.cursor='pointer';this.style.backgroundColor = '"+mnuHIColor+"';\" onmouseout=\"HideSubMenu(this);\" onclick=\"showContent('"+mnuURLs[i]+"');\">&nbsp;&nbsp;"+mnuTitles[i]+"&nbsp;&nbsp;</td></tr>"; } sub += "</table>"; mnuSubLeft = mnuX + obj.offsetLeft; mnuSubTop = mnuY + obj.offsetTop+obj.offsetHeight-3; mnuSub.innerHTML = sub; mnuSub.style.position = 'absolute'; mnuSub.style.left = mnuSubLeft; mnuSub.style.top = mnuSubTop; mnuSub.style.visibility = 'visible'; mnuSub.style.zIndex = 100; if( IsNav() ) { mnuSubRight = mnuSubLeft + mnuSubRight; //mnuSub.style.width; mnuSubBottom = mnuSubTop + mnuSubBottom; //mnuSub.style.height; //mnuSubTop = mnuSubTop; //mnuSubLeft = mnuSubLeft; } else { mnuSubRight = mnuSub.style.posLeft + mnuSub.clientWidth; mnuSubBottom = mnuSub.style.posTop + mnuSub.clientHeight; mnuSubTop = mnuSubTop - 5; } if( IsOpera() ) { document.getElementById("ifmContent").style.visibility = 'hidden'; mnuSubRight -= 5; } } function HideHeadMenu(obj) { // if( !IsNav() ) { var x = event.clientX + document.body.scrollLeft; var y = event.clientY + document.body.scrollTop; if( !(x >= mnuSubLeft && x <= mnuSubRight && y >= mnuSubTop && y <= mnuSubBottom ) ) { //obj.style.backgroundColor = mnuBKColor; // 'white'; mnuSub.style.visibility = 'hidden'; document.getElementById("ifmContent").style.visibility = 'visible'; } } else { obj.style.backgroundColor = mnuBKColor; } } function HideMenu() { if( mnuHead != null ) { mnuHead.style.backgroundColor = mnuBKColor; } document.getElementById("mnuSub").style.visibility = 'hidden'; document.getElementById("ifmContent").style.visibility = 'visible'; } function HideSubMenu(obj) { obj.style.backgroundColor = mnuBKColor; //'white'; HideHeadMenu(mnuHead); } function doSearch() { if(navigator.appName.indexOf("Microsoft") != -1) { document.frames("ifmSearch").document.all("hidSearch").value = document.all("txtSearch").value; document.frames("ifmSearch").document.all("Form1").submit(); } else { document.getElementById("ifmSearch").contentDocument.getElementById("hidSearch").value = document.getElementById("txtSearch").value; document.getElementById("ifmSearch").contentDocument.getElementById("Form1").submit(); } } function showContent(urlContent) { if( urlContent.indexOf("http://") == 0 ) { window.open(urlContent, "_new", "", true); } else { document.getElementById("ifmContent").src = urlContent; } HideMenu(); } function showSearch(searchRes) { showContent(searchRes); } function CheckContentLen() { document.getElementById("ifmContent").height = window.frames("ifmContent").document.body.scrollHeight; } function ShowChinese() { window.open("CL3_main.html", "_self", "", true); } function ShowChinese2() { setTimeout("ShowChinese()", 10); } function ShowSpanish() { window.open("SL3_main.html", "_self", "", true); } function ShowSpanish2() { setTimeout("ShowSpanish()", 10); } function ShowRussian() { window.open("RL3_main.html", "_self", "", true); } function ShowRussian2() { setTimeout("ShowRussian()", 10); } function ShowEnglish() { window.open("index.html", "_self", "", true); } function ShowEnglish2() { setTimeout("ShowEnglish()", 10); } //for natscape function checkHideMenu(e) { var mnuSub = document.getElementById("mnuSub"); if( mnuSub.style.visibility != 'hidden' ) { var x = e.pageX;// + document.body.scrollLeft; var y = e.pageY;// + document.body.scrollTop; if( y < mnuSubTop ) { if( !(x >= mnuSubLeft && x <= mnuSubRight) ) { x += 160; } } //document.getElementById("txtSearch").value = x+","+mnuSubLeft+","+mnuSubRight+" | "+ y+","+mnuSubTop+","+mnuSubBottom; if( !( x >= mnuSubLeft && x <= mnuSubRight && // y >= mnuSubTop && y <= mnuSubBottom ) ) { if( mnuHead != null ) { mnuHead.style.backgroundColor = mnuBKColor; // 'white'; } mnuSub.style.visibility = 'hidden'; } else { mnuSub.style.visibility = 'visible'; } } } function initMain() { SetNavCheck(); if( IsIE() ) { var i = document.URL.indexOf('?'); if( i >= 0 ) { var sDoc = document.URL.substr(i+1); i = sDoc.indexOf('Doc='); if( i >= 0 ) { sDoc = sDoc.substr(i+4); showContent(sDoc); } } } } </script> </head> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" bgcolor="#ffffff" onload="initMain();"> <div style="display:none"> <a href="SL3_companyprofile.html">SL3_companyprofile.html</a> <a href="SL3_download.html">SL3_downloads.html</a> <a href="SL3_fullCD.html">SL3_fullCD.html</a> <a href="SL3_HowLimnorWork.html">SL3_HowLimnorWork.html</a> <a href="SL3_howto.html">SL3_howto.html</a> <a href="SL3_kioskCredit.html">SL3_kioskCredit.html</a> <a href="SL3_kioskEasy.html">SL3_kioskEasy.html</a> <a href="SL3_kioskKeyboard.html">SL3_kioskKeyboard.html</a> <a href="SL3_kioskMLS.html">SL3_kioskMLS.html</a> <a href="SL3_kioskMonitor.html">SL3_kioskMonitor.html</a> <a href="SL3_kioskOthers.html">SL3_kioskOthers.html</a> <a href="SL3_kioskUpdate.html">SL3_kioskUpdate.html</a> <a href="SL3_LimnorKiosk.html">SL3_LimnorKiosk.html</a> <a href="SL3_minimDownloads.html">SL3_minimDownloads.html</a> <a href="SL3_products.html">SL3_products.html</a> <a href="L3_registration.aspx">L3_registration.aspx</a> <a href="SL3_samples1.html">SL3_samples1.html</a> <a href="L3_services.html">L3_services.html</a> <a href="SL3_sysrequires.html">SL3_sysrequires.html</a> <a href="SL3_tutorial.html">SL3_tutorial.html</a> <a href="L3_unreg.aspx">L3_unreg.aspx</a> <a href="L3_UserAgreement.html">L3_UserAgreement.html</a> <a href="SL3_userforum.html">SL3_userforum.html</a> <a href="SL3_whatCanLimnorDo.html">SL3_whatCanLimnorDo.html</a> <a href="SL3_whatisLimnor.html">SL3_whatisLimnor.html</a> <a href="index.html">index.html</a> <a href="RL3_main.html">RL3_main.html</a> <a href="CL3_main.html">CL3_main.html</a> <a href="studio.html">studio.html</a> </div> <img src="Images/newLimnorStudio.GIF" STYLE="position:absolute;left=820px;top=10px;cursor:hand;" onclick="showContent('studio.html');"> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="left" valign="top"> <tr valign="top"> <td> <table width="811" border="0" cellspacing="0" cellpadding="0" align="left" valign="top"> <tr> <td align="left"><img src="images/wt1.jpg"> </tr> <tr> <td> <table width="811" border="0" cellspacing="0" cellpadding="0" align="left" valign="top"> <tr align="left"> <td width="19" bgcolor="#FFFFFF" align="left"> <img src="images/spacer.gif" width="19" height="8" ALT="kiosk programming"></td> <td width="50" bgcolor="#999999" class="nav" align="left"> <a href="SL3_main.html" class="navlink" ><font color="#FFCC33">&nbsp;&nbsp;Inicio</font></a></td> <td bgcolor="#FFFFFF" align="left" width="10"><img src="images/spacer.gif" width="10" height="10" ALT="kiosk programming"></td> <td bgcolor="#006699" width="703" class="nav" align="left"> <img src="images/spacer.gif" width="580" height="1" ALT="kiosk programming"><br> <img src="images/bar.jpg" width="10" height="1" align="top" ALT="graphical programming"> <span id=mnu1 class="navlink" STYLE="cursor:hand; " onmouseover="javascript:this.style.cursor='pointer';showMenu(this);" onmouseout="HideHeadMenu(this)">Conozca Limnor</span><span class="navlink">&nbsp;|&nbsp;</span> <span id=mnu2 class="navlink" STYLE="cursor:hand; " onmouseover="javascript:this.style.cursor='pointer';showMenu(this);" onmouseout="HideHeadMenu(this)">Descargas</span><span class="navlink">&nbsp;|&nbsp;</span> <span id=mnu3 class="navlink" STYLE="cursor:hand; " onmouseover="javascript:this.style.cursor='pointer';showMenu(this);" onmouseout="HideHeadMenu(this)">Registro</span><span class="navlink">&nbsp;|&nbsp;</span> <span id=mnu4 class="navlink" STYLE="cursor:hand; " onmouseover="javascript:this.style.cursor='pointer';showMenu(this);" onmouseout="HideHeadMenu(this)">Productos y Servcios</span><span class="navlink">&nbsp;|&nbsp;</span> <span id=mnu5 class="navlink" STYLE="cursor:hand; " onmouseover="javascript:this.style.cursor='pointer';showMenu(this);" onmouseout="HideHeadMenu(this)">Kiosco</span><span class="navlink">&nbsp;|&nbsp;</span> <span id=mnu6 class="navlink" STYLE="cursor:hand; " onmouseover="javascript:this.style.cursor='pointer';showMenu(this);" onmouseout="HideHeadMenu(this)" onclick="showContent('SL3_companyprofile.html');">Perfil de la Compañia</span><span class="navlink">&nbsp;|&nbsp;</span> <span id=mnu7 class="navlink" STYLE="cursor:hand; " onmouseover="javascript:this.style.cursor='pointer';showMenu(this);" onmouseout="HideHeadMenu(this)" onclick="showContent('L3_userForumSearch.aspx?L=S');">FAQ</span><span class="navlink">&nbsp;|&nbsp;</span> <span id=mnuSub STYLE="position:absolute; visibility:hidden; background-color:#006699">sub menu</span> </td> <td align="left" colspan="2" width="126"><img src="images/arrowtop.gif" width="126" height="26" ALT="no-code programming"></td> </tr> <tr> <td colspan="4" align="right"><img src="images/logotop.gif" width="149" height="24" ALT="cdrom authoring"><img src="images/line.gif" width="515" height="24" align="top" ALT="cdrom authoring"></td> <td align="left" colspan="2" width="126"><img src="images/arrowbot.gif" width="126" height="24" ALT="sales presentation"></td> </tr> <tr> <td colspan="6"> <table width="99%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" rowspan="4" align="left" width="21"> <img src="images/spacer.gif" width="21" height="8" ALT="kiosk programming"></td> <td valign="top" width="93"> <img src="images/logobottom.gif" width="149" height="120" align="top" ALT="graphical programming"><br> <img src="images/bar.jpg" width="149" height="10px" align="top" ALT="graphical programming"> <br> <img src="Images/newLimnorStudio.GIF" STYLE="cursor:hand; " onclick="showContent('studio.html');"> <a href="http://www.download.com/Limnor/3000-2069-10225670.html?part=dl-Limnor&subj=dl&tag=button"><img src="http://i.i.com.com/cnwk.1d/i/dl/dl-bta.gif" alt="Get it from CNET Download.com!" height="59" width="148" align="center" border="0"></a> <a href="http://www.sharewareinfo.org/members/freespace/huntfile/search.asp?Keyword=no-coding&xlib=6&blnall=0"> <img src="images/5stars.gif" alt="5 Star by www.huntfile.com" border="0"> </a> <br> <a href="http://www.intelseek.com/default.asp?search=www.limnor.com&submit=Search&mode=allwords"> <img border="1" src="images/rateus.gif" width="149" height="36"></a> <a href="http://www.tomdownload.com/software_development/tools_editors/limnor.htm" target=_new><br><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">TomDownload.com</font><br> <img border="1" src="images/tomdownload.jpg" width="149"><br> <font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699"> Shareware Upload/DowDescarge aqui Limnor.</font></a> <p><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">Prescinda del Codigo para programar</font></p> <p><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">Cree f&aacute;cilmente kioscos multimedia e interactivos!</font></p> <p><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699"><br> Realice sus propios CD-ROM para presentaciones anuarios o presentaciones comerciales!</font></p> <p><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">Realice sus propios programas de gesti&oacute;n y control cons sus propias Bases de Datos!</font></p> </td><td width="60px"></td> <td valign="top" width="689"> <IFrame ID="ifmContent" src="L3_home.html" BORDER="0" FRAMEBORDER="0" SCROLLING="no" WIDTH="580" HEIGHT="1800" onload="CheckContentLen()"></IFrame> </td> </tr> </table> </td> </tr> <tr valign="top"> <td colspan="6" class="body" valign="top"> <p align="right"><font color="#999999">&copy;2004 Longflow Enterprises Ltd. All rights reserved.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></p> </td> </tr> </table> </td> </tr> </table> </td> <td> <a href="http://www.freetrialsoft.com/LimnorCodelessProgrammingSystem-review-19676.html" target="_new"><img src="images/freeTrial5stars.png"><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699"></font></a><br> <a href="http://www.freetrialsoft.com/LimnorCodelessProgrammingSystem-review-19676.html" target="_new"><img src="images/freetrialpick.png"><br><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">freetrialsoft</font></a><br> <a href="http://www.sofotex.com/Limnor-Codeless-Programming-System-download_L28068.html" target="_new"><img src="images/sofotex.gif"><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">SOFOTEXT: Software Download</font></a><br> <a href="http://www.topshareware.com/Limnor-Codeless-Programming-System-download-20294.htm" target="_new"><img style="border-width:0" src="images/cup_5.gif" alt="Free Software and Game Downloads"><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">TopShareware: Free Software and Game Downloads</font></a><br> <a href="http://www.shareup.com/Limnor-download-28852.html" target="_new"><img src="images/shareup.gif"><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699"><b>Shareup Networks</b></font></a> - Software reviews and downloads at shareup.com<br> <a href="http://www.downloadpipe.com.au/showpads.html?string=limnor&search=All&match=Any&os=Win" target="_new"> <img border="0" src="images/uluru.jpg" vspace="4" hspace="2" width="116" height="71"></a> &nbsp;<a href="http://www.downloadpipe.com.au/showpads.html?string=limnor&search=All&match=Any&os=Win" target="_new"><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">downloadpipe.com.au - Australia's largest download site</font></a><br> <a href='http://www.golddownload.com/' target='_blank' title='Shareware and Freeware downloads and tested, rated and reviewed software submitted by software author.'><img border="0" src="images/BrotherSoft_Rating5.gif" ><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">GoldDownload Downloads</font></a> <a href='http://www.BrotherSoft.com/' target='_blank' title='Shareware and Freeware downloads and tested, rated and reviewed software submitted by software author.'><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">BrotherSoft Downloads</font></a><br> <br> <a href="http://www.soft32.com/" target="_new"><img src="images/soft32.jpg"><font face="Geneva, Arial, Helvetica, san-serif" size="-1" color="#006699">www.soft32.com</font></a><br> </td> </tr> </table> <IFRAME id="ifmSearch" style="VISIBILITY: hidden; POSITION: absolute; TOP: 115px" src="search.aspx"></IFRAME> <IMG onmouseup="this.src='images/search0e.JPG';" onmousedown="this.src='images/search2e.JPG';" style="LEFT: 690px; POSITION: absolute; TOP: 17px" onclick="doSearch()" src="images/search0e.JPG"> <input id="txtSearch" style="HEIGHT=17; LEFT: 514px; WIDTH: 151px; POSITION: absolute; TOP: 25px" type="text"> </body> </html>