

new!








|
|
|
 |
| > le temps qu'il reste jusqu'à un évenement |
[ Posté par slycrow78 ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 08-04-2008 à 13:05 | 2 messages ]
  j'ai intégré ce script à mon index mais ca ne marche pas..qqn peut -il me dire pourquoi?
voici une copie de mon index
<html>
<HEAD><TITLE>Urba Music Festival</TITLE>
<META content="Urba music festival, rock, pop, orbe, suisse, switzerland, tracy caine, the brice company, noï, filao, winnipeg, sylvie kids, fête, puisoir, musique, fender, gibson, sheryl crow, led zeppelin" name=Description>
<META content="Urba music festival, rock, pop, orbe, suisse, switzerland, tracy caine, the brice company, noï, filao, winnipeg, sylvie kids, fête, puisoir, musique, fender, gibson, sheryl crow, led zeppelin" name=Keywords>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content=Global name=Distribution>
<META content="Erwin Aligam - ealigam@gmail.com" name=Author>
<META content=index,follow name=Robots><LINK href="http://urbamusicfestival.com/images717/Enlighten.css" type=text/css rel=stylesheet>
<BODY><!-- wrap starts here -->
<DIV id=wrap>
<DIV id=header>
<P align=center><IMG style="WIDTH: 740px; HEIGHT: 179px" height=185 src="http://urbamusicfestival.com/Logo UMF.jpg" width=757></P></DIV>
<DIV id=menu>
<UL>
<LI><A id=current href="http://urbamusicfestival.com/index.html">Accueil</A> </LI>
<LI><A href="http://urbamusicfestival.com/index.html">News</A> </LI>
<LI><A href="http://urbamusicfestival.com/programme.html">Programme</A> </LI>
<LI><A href="http://urbamusicfestival.com/index.html">Gallerie </A> </LI>
<LI><A href="http://urbamusicfestival.com/index.html">Infos pratiques</A> </LI>
<LI><A href="http://urbamusicfestival.com/contact.html">Contact</A> </LI>
<LI><A href="http://urbamusicfestival.com/index.html">Forum</A> </LI></UL></DIV><!-- content-wrap starts here -->
<DIV id=content-wrap>
<DIV id=content><!-- sidebar starts here -->
<DIV id=sidebar>
<DIV class=sidebox>
<p style="visibility:visible;"><object type="application/x-shockwave-flash" data="http://widget-d0.slide.com/widgets/slideticker.swf" height="320" width="426" style="width:196px;height:190px"><param name="movie" value="http://widget-d0.slide.com/widgets/slideticker.swf" /> <param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="l" /><param name="wmode" value="transparent"/><param name="flashvars" value="cy=ms&il=1&channel=360287970205879248&site=widget-d0.slide.com"/> </object> </p><H1> <FONT size=+0>En Bref</FONT></H1>
<P>En construction</P>
<P> </P></DIV>
<DIV class=sidebox>
<H1 class=clear> Sponsors</H1></DIV>
<DIV class=sidebox>
<UL class=sidemenu>
<LI>
<LI>
<LI>
<LI>
<LI></LI></UL></DIV>
<DIV class=sidebox> </DIV>
<DIV class=sidebox>
<FORM class=searchform action=#>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P></FORM></DIV></DIV>
<P><FONT size=4><STRONG>Dernière News</STRONG></FONT></P>
<P>Bienvenue sur le site de l'Urba Music Festival (UMF).</P>
<P>Le Site est en construction<!-- main starts here --><!-- content-wrap ends here --></P></DIV></DIV>
<DIV id=footer>
<P>© 2008 <STRONG>UMF</STRONG> </P></DIV><!-- wrap ends here --></DIV></BODY>
</html>
 
|
|
|
[ Posté par #:-{)% ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 08-04-2008 à 14:54 | 2322 messages ]
  Alut
bin, çà marche bien, ou est le blème
sur ton site par contre ton decompte n'a pas l'air de vouloir
remplaces ton new Date("August 23, 2008"); par new Date(2008, 7, 23); (7 pas 8, çà commence à 0)
Atchao
________________ Oubli du BBcode, rééditer!
barbe-sauvage ex Mozopiens devenu renard de feu... et un peu konq sur les bords
Les OG et les DR, je M pas :/
| [ Posté par slycrow78 ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 08-04-2008 à 15:07 | 2 messages ]
  oups je voulais utiliser celui là en fait (y a les jours, les heures, min, sec donc plus sympa je trouve)
mais ca marche pas du coup j'en ai mis un autre à la place.
dans head je mets
<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
Maintenant = new Date;
TempMaintenant = Maintenant.getTime();
Future = new Date(2008, 7, 23);
TempFuture = Future.getTime();
DiffSec = Math.floor((TempFuture-TempMaintenant)/1000);
DiffMin = Math.floor(DiffSec/60);
Diffheure = Math.floor(DiffMin/60);
DiffJour = Math.floor(Diffheure/24);
while (DiffMin>=60)
{
DiffMin = DiffMin-60;
}
while (Diffheure>=24)
{
Diffheure = Diffheure-24;
}
while (DiffSec>=60)
{
DiffSec = DiffSec-60;
}
</SCRIPT>
<!-- FIN DU SCRIPT -->
et dans body
<!-- DEBUT DU SCRIPT -->
<!--
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
-->
<SCRIPT LANGUAGE="JavaScript">
document.write('Début de l\'Urba Music Festival dans ' + DiffJour + ' jour(s), ' +
Diffheure + ' heure(s), ' + DiffMin + ' minute(s) et ' + DiffSec + ' seconde(s) ');
</SCRIPT>
<!-- FIN DU SCRIPT -->
mais ca marche pas..
[Message édité par slycrow78 le 08-04-2008 à 15:10]
|
|
Services email :
  Vous devez vous identifier pour profiter des services par email du forum.
|

|