var imgWindow = ""; function openPopup(img, width, height) { if (img && width && height) { width = Math.min(width + 36, 640); height = Math.min(height + 30, 480); if (imgWindow.location && !imgWindow.closed) imgWindow.close(); imgWindow = window.open(img, "imgWindow" + width + height, "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height); // imgWindow.focus(); } } // -->
Merks dir
olau, 12. Februar 2003 um 18:31:05 MEZ
Code Escrow In sogenannten Code Escrow-Agenturen wird Quellcode treuhänderisch verwaltet. Damit bleibt der Code lauffähig und seine Dokumentation erhalten, selbst wenn der Dienstleister insolvent wird. Mehr dazu im CIO-Artikel Quellcode auf Abruf.
|