FlashBizCard: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
Line 3: Line 3:
   function openWin(URL) {
   function openWin(URL) {
   aWindow = window.open(URL,"theWindow","scrollbars=yes,width=450,height=650");
   aWindow = window.open(URL,"theWindow","scrollbars=yes,width=450,height=650");
  aWindow.focus();
  }
</script>
<script language="JavaScript">
  function openWin2(URL) {
  aWindow = window.open(URL,"thewindow","scrollbars=yes,width=500,height=350");
   aWindow.focus();
   aWindow.focus();
   }  
   }  

Navigation menu