Cod Javascript nefunctionabil
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1 • Distribuiţi
Cod Javascript nefunctionabil
Salutare!Am luat un cod javascript dupa internet , dar cand il adaug in Gestiunea codurilor JS nu functioneaza.Daca il adaug in Generalitati merge , dar eu as vrea sa-l adaug drept cod JS.
Am inteles ca trebuie sa sterg partea HTML din cod , dar nu prea stiu cum.
De exemplu , sa luam codul de mai jos.El este bun pentru generalitati , dar pentru Gestiunea codurilor JS - nu.Care este partea HTML si ce trebuie sters/adaugat?
- Cod:
<!--
http://www.geocities.com/CollegePark/Quad/3400
http://javacentral.home.ml.org
http://www.page4life.nl/javacentral/index.htm
(c) 1997 Semian Software, Script by: Michiel steendam
Modify and use anyway you want, just mention this site.
-->
<SCRIPT>
<!-- Hide from old browsers
// All you have to do is put another text in the variable message.
// Don't forget to break all lines with a ^
// When you do not place a ^ at the end of all the message, the
// message will not repeat
message = "This is another example of a simple typewriter example^" +
"You can enter an unlimited number of lines here^" +
"Please, take a look at the code for a more detailed description^" +
"Created by Michiel Steendam^" +
"This typewriter will repeat now ...^" +
"^"
scrollSpeed = 25
lineDelay = 1500
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
</SCRIPT>
// bump.
Ultima editare efectuata de catre PixX in Mier Iun 12, 2013 9:30 am, editata de 1 ori
Re: Cod Javascript nefunctionabil
lai setat pe toate paginile?
ObeyDiamond- Membru Forumgratuit
- Mesaje : 262
Varsta : 29
Localizare : Take pride in what you do :) !
Data înscrierii : 11/05/2013
Mulțumiri : 0
Re: Cod Javascript nefunctionabil
ObeyDiamond a scris:lai setat pe toate paginile?
Nu mai inteles , eu vreau ca din acel script sa sterg partea HTML ca sa-l transform intr-un script bun pentru Gestiunea codurilor Javascript.
Dar problema este ca nu stiu ce sa sterg/adaug la el..
Re: Cod Javascript nefunctionabil
- Cod:
$(document).ready(function(){
<SCRIPT>
http://www.geocities.com/CollegePark/Quad/3400
http://javacentral.home.ml.org
http://www.page4life.nl/javacentral/index.htm
(c) 1997 Semian Software, Script by: Michiel steendam
Modify and use anyway you want, just mention this site.
<!-- Hide from old browsers
// All you have to do is put another text in the variable message.
// Don't forget to break all lines with a ^
// When you do not place a ^ at the end of all the message, the
// message will not repeat
message = "This is another example of a simple typewriter example^" +
"You can enter an unlimited number of lines here^" +
"Please, take a look at the code for a more detailed description^" +
"Created by Michiel Steendam^" +
"This typewriter will repeat now ...^" +
"^"
scrollSpeed = 25
lineDelay = 1500
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
</SCRIPT>
});
ObeyDiamond- Membru Forumgratuit
- Mesaje : 262
Varsta : 29
Localizare : Take pride in what you do :) !
Data înscrierii : 11/05/2013
Mulțumiri : 0
Re: Cod Javascript nefunctionabil
Deci tot ceea ce ai facut a fost sa adaugi la inceput
- Cod:
$(document).ready(function(){
- Cod:
});
Re: Cod Javascript nefunctionabil
hm.. merge sau nu?
ObeyDiamond- Membru Forumgratuit
- Mesaje : 262
Varsta : 29
Localizare : Take pride in what you do :) !
Data înscrierii : 11/05/2013
Mulțumiri : 0
Re: Cod Javascript nefunctionabil
ObeyDiamond a scris:hm.. merge sau nu?
Pe mine ma interesa doar ce trebuie sa adauga la un asemenea script.Acela a fost pur si simplu un exemplu..Eu intrebasem altceva
Re: Cod Javascript nefunctionabil
poi trebuie pus in shtml mode, eu am pus ala ca acelas il folosesc eu deobicei, nu stiu de tine.
ObeyDiamond- Membru Forumgratuit
- Mesaje : 262
Varsta : 29
Localizare : Take pride in what you do :) !
Data înscrierii : 11/05/2013
Mulțumiri : 0
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum