PHPCMS: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
8 bytes added ,  7 September 2008
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<script language="JavaScript">
<script language="JavaScript">
   function openWin(URL,window) {
   function openWin(URL,windowname) {
   aWindow = window.open(URL,window,"scrollbars=yes,width=750,height=750");
   aWindow = window.open(URL,windowName,"scrollbars=yes,width=750,height=750");
   aWindow.focus();
   aWindow.focus();
   }  
   }  

Navigation menu