Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

Ulises http://superchafa.com/blog

« Newer Snippets
Older Snippets »
2 total  XML / RSS feed 

pop window desde un link

// esta es una forma muy buena de hacer un pop up desde un link

<a href="http://google.com/" onclick="window.open(this.href, 'popupwindow', 
  'width=400,height=300,scrollbars,resizable'); 
  return false;"
>

Funcion para obtener la fecha actual

// esta funcion te regresa la fecha actual, tiene una condicional contemplando la cuestion del bug Y2K, usala de la siguiente manera:
La fecha de hoy es

<script language="JavaScript">

script>
« Newer Snippets
Older Snippets »
2 total  XML / RSS feed