Jump to content

Recommended Posts

Posted

Witam

Potrzebuje skrypt do wstawienia do HTML

Moja strona to taka galeria zdjęć i statystyki mojego zwiazku.

Chciałbym wstawić w statystykach skrypt, który pokazywałby, kto ma za niedlugo urodziny.

Przykladowo jeżeli urodziłem sie w grudniu a partnerka w lutym, to chce, żeby na stronie wyświetliło sie moje imię. Po moich urodzinach znowu mojej dziewczyny.

Mam nadzieje że jest to jakoś zrozumiale

Z góry dzięki

Posted

Albo jeszcze prościej.

 

<script>
var a=new Date(2006,3-1,5,21,0,0)// rok, miesiąc -1, dzień, godzina, minuta, sekunda
var d1=new Date()
var message="asdqwe"
if(a<d1){
document.write(message)}
</script>

Nie bądź pijawką. Rozwiązałeś problem? Podziel się rozwiązaniem na forum.

Małe jest piękne ale.... duże bardziej cieszy.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.