Skrypty JavaScript

A A A
Zbanowany
Avatar osteez
reputacja: -92
posty: 22
offline
01.01.08 15:44 | #705705 | (link) | zgłoś naruszenie
Status gg:

[HTML]<img src="http://gg.siedziba.pl/status.php?uid=4361718&path=gadu">[/HTML]

Dodaj moją stronę do ulubionych

[HTML]<B><a
onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.niebo.pl);"
href="http://www.niebus.prv.pl">Ustaw jako startową</a></B><BR>[/HTML]


Blokada zaznaczania tekstu:

[HTML]<script>

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>[/HTML]

Blokada P/P/M


[HTML]<script language=JavaScript>
<!--



var message="Nie Kopjuj :))";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
// -->
</script>[/HTML]

Kalendarz:


[HTML]<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
monthnames = new Array(
"Styczeń",
"Luty",
"Marzec",
"Kwiecień",
"Maj",
"Czerwiec",
"Lipiec",
"Sierpień",
"Wrzesień",
"Październik",
"Listopad",
"Grudzień");
var linkcount=0;
function addlink(month, day, href) {
var entry = new Array(3);
entry[0] = month;
entry[1] = day;
entry[2] = href;
this[linkcount++] = entry;
}
Array.prototype.addlink = addlink;
linkdays = new Array();
monthdays = new Array(12);
monthdays[0]=31;
monthdays[1]=28;
monthdays[2]=31;
monthdays[3]=30;
monthdays[4]=31;
monthdays[5]=30;
monthdays[6]=31;
monthdays[7]=31;
monthdays[8]=30;
monthdays[9]=31;
monthdays[10]=30;
monthdays[11]=31;
todayDate=new Date();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth();
thisdate=todayDate.getDate();
thisyear=todayDate.getYear();
thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0)
&& !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++;
startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1;
if (startspaces < 0) startspaces+=7;
document.write("<table border=2 bgcolor=white ");
document.write("bordercolor=black><font color=#000000>");
document.write("<tr><td colspan=7><center><strong>"
+ monthnames[thismonth] + " " + thisyear
+ "</strong></center></font></td></tr>");
document.write("<tr>");
document.write("<td align=center>N</td>");
document.write("<td align=center>P</td>");
document.write("<td align=center>W</td>");
document.write("<td align=center>Ś</td>");
document.write("<td align=center>C</td>");
document.write("<td align=center>P</td>");
document.write("<td align=center>S</td>");
document.write("</tr>");
document.write("<tr>");
for (s=0;s<startspaces;s++) {
document.write("<td> </td>");
}
count=1;
while (count <= monthdays[thismonth]) {
for (b = startspaces;b<7;b++) {
linktrue=false;
document.write("<td>");
for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c][0]==thismonth + 1) && (linkdays[c][1]==count)) {
document.write("<a href=\"" + linkdays[c][2] + "\">");
linktrue=true;
}
}
}
if (count==thisdate) {
document.write("<font color='#FF0000'><strong>");
}
if (count <= monthdays[thismonth]) {
document.write(count);
}
else {
document.write(" ");
}
if (count==thisdate) {
document.write("</strong></font>");
}
if (linktrue)
document.write("</a>");
document.write("</td>");
count++;
}
document.write("</tr>");
document.write("<tr>");
startspaces=0;
}
document.write("</table></p>");
// End -->
</SCRIPT>[/HTML]
Aktywny Użytkownik
Avatar Phantom™
reputacja: 1088
posty: 304
offline
06.03.08 18:25 | #773961 | (link) | zgłoś naruszenie
Logowanie:
W ramach HEAD


[HTML]<script language="JavaScript" type="text/javascript">
<!--
// Copyright (c) 2007 byLAZLO__PL(mati94@os.pl)
// This script is distributed under terms of GNU General Public License

// UWAGA: Nazwy uzytkownikow podajemy _wylacznie_ malymi literami...
var users=new Array
(
new Array('user1','password1'), /// To powtarzamy dla kazdego uzytkownika.
new Array('user2','password2'),
new Array('user3','password3') /// Nalezy pameitac aby w ostatniej pozycji zlikwidowac przecinek...
// ^ -o tutaj :)
);

function CheckPassword(form) {
var user=form.user.value.toLowerCase();;
var pass=form.pass.value;

for (var i=0; i<users.length; i++)
if (users[i][0]==user)
if (users[i][1]==pass) {
form.action="tajna_strona.htm";
return true;
} else {
alert("Sorki, " +user+ ", zle haslo.");
return false;
}
alert("Niewlasciwe dane!");
return false;
}
//-->
</script>[/HTML]

W ramach BODY



[HTML]<form method="post" onsubmit="return CheckPassword(this)">
Login <input name="user"><br>
Hasło <input name="pass" type="password"><br><br> <input type="submit" value="Skocz">
<input type="reset" value="Wyczyść">[/HTML]

Zegarek:


[HTML]<script language="javascript">
<!--W3e JAVAscript Preset
var timerID = null;
var timerRunning = false;
function stopclock()
{
if(timerRunning)
clearTimeout(timerID)
timerRunning = false;
}

function startclock()
{
stopclock();
showtime();
}

function showtime()
{
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds();
var timeValue = "" + ((hours > 12) ? hours - 12 : hours);
timeValue += ((minutes < 10) ? ":0" : ":") + minutes;
timeValue += ((seconds < 10) ? ":0" : ":") + seconds;
timeValue += (hours >= 12) ? " P.M." : " A.M.";
document.clock.face.value = timeValue;
timerID = setTimeout("showtime()",1000);
timerRunning = true;
}
//-->
</script>

<form name="clock" onSubmit="0">
<input type="text" name="face" size="24">
</form>

<script>startclock();</script>[/HTML]

Napis w pasku statusu:


[HTML]<SCRIPT language="JavaScript">

<!--
// ***********************************************
// AUTHOR: LAZLO__PL
// ***********************************************
status_text();function status_text()

{window.status="Tu wpisz tekst";setTimeout("status_text()",1);}

-->
</SCRIPT>[/HTML]

Muzyka w tle:

[HTML]<SCRIPT language="JavaScript">

// Skrypt by LAZLO__PL
// Email: [email]mati94@os.pl[/email],
if (navigator.appName == "Netscape") {
document.write('<EMBED SRC="tu_wpisz_adres_do_muzyki_1" AUTOSTART=TRUE LOOP=FALSE WIDTH=145 HEIGHT=55></EMBED>') }
else if (navigator.appName == "Sylaba") {
document.write('<EMBED SRC="tu_wpisz_adres_do_muzyki_2" AUTOSTART=TRUE LOOP=FALSE WIDTH=145 HEIGHT=55></EMBED>') }
else { if (navigator.appName == "Microsoft Internet Explorer")
document.write('<BGSOUND SRC="tu_wpisz_adres_do_muzyki_3" LOOP="1">')
}
//-->
</SCRIPT>[/HTML]
Kickboxing Taekwon-Do ITF 8 Cup Żółty Pas

Czysto logiczne rozumowanie nie da nam żadnej wiedzy o realnym świecie.
200
post na ajo.pl - 17.07.2008 7:40:46
Zbanowany
Avatar mR.n!r0n
reputacja: 3546
posty: 950
offline
22.03.08 22:02 | #792304 | (link) | zgłoś naruszenie
Strona zależna od dnia tygodnia:


[HTML]<SCRIPT language="JavaScript">
<!-- Autor: Piotr Szczepanik; Email: piotrsz@exe.pl; http://www.pszczepanik.exe.pl
// Skrypt ten przekierunkowuje przegladarke na odpowiedni adres zalezacy od dnia tygodnia.
// Jezeli chcesz go uzywac to musisz pozostawic ten komentarz.
data = new Date()
if (data.getDay() == 0) //niedziela
document.location="http://www.niedziela.pl"
if (data.getDay() == 1) //poniedzialek
document.location="http://www.poniedzialek.pl"
if (data.getDay() == 2) //wtorek
document.location="http://www.wtorek.pl"
if (data.getDay() == 3) //sroda
document.location="http://www.sroda.pl"
if (data.getDay() == 4) //czwartek
document.location="http://www.czwartek.pl"
if (data.getDay() == 5) //piatek
document.location="http://www.piatek.pl"
if (data.getDay() == 6) //sobota
document.location="http://www.sobota.pl"
//-->
</SCRIPT>
[/HTML]



Menu z grafiką zamiast przycisku


[HTML]
<form name="mycombo">
<select name="example" size="1">
<option value="http://www.pckurier.pl">PCkurier</option>
<option value="http://www.enter.pl">Enter</option>
<option value="http://www.gambler.com.pl">Gambler</option>
<option value="http://www.chip.pl">Chip</option>
<option value="http://www.pcworld.com.pl">PC World Komputer</option>
</select>

<script language="javascript">
<!--

/*Image combo link box credit
-By Website Abstraction (www.wsabstract.com)
Over 200+ free scripts here!
*/

function go()
{
location=
document.mycombo.example.options[document.mycombo.example.selectedIndex].value
}
//-->
</script>
<a href="JavaScript:go()"><img src="207.gif" border=0></a>
</form>
[/HTML]



Weryfikacja formularza:


[HTML]<SCRIPT LANGUAGE="JavaScript">
<!--
function checkform ( form )
{
// see http://www.thesitewizard.com/archive/validation.shtml
// for an explanation of this script and how to use it on your
// own website

// ** START **
if (form.email.value == "") {
alert( "Podaj jeszcze swój adres pocztowy." );
form.email.focus();
return false ;
}
// ** END **
return true ;
}
//-->
</SCRIPT>

W ramach BODY


<form enctype="text/plain" action="mailto:jan.kowalski@mojafirma.pl" method="post"
onsubmit="return checkform(this);">

<INPUT TYPE="radio" NAME="plec" VALUE="kobieta" checked> Kobieta
<INPUT TYPE="radio" NAME="plec" VALUE="mężczyzna"> Mężczyzna
<BR>
<P>Podaj adres pocztowy</P>
<input type="text" name="email">
<BR>
<BR>
<INPUT TYPE="submit" VALUE="Wyślij formularz">

</form>
[/HTML]



Poważne ostrzeżenie:


[HTML]<SCRIPT LANGUAGE="JavaScript">
<!--
//modified by Coffeecup.com
function Info()
{if (!confirm("Wizyta na tej stronie może być bardzo niebezpieczna. Kliknij <OK>, jeżeli się nie boisz. Kliknij <Anuluj>, jeżeli nie chcesz ryzykować!"))
history.go(-1);return " "}
document.writeln(Info())
<!--End-->
</script>[/HTML]


Zegarek na przycisku:


[HTML]W ramach HEAD

<script language=javaScript>
<!-- Beginning of JavaScript -

var showtime=true
var timer
var i_sec=0

function clockon() {
if (i_sec < 5) {
thistime= new Date()
var hours=thistime.getHours()
var minutes=thistime.getMinutes()
var seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
if (seconds < 10) {seconds="0"+seconds}
thistime = "----- "+hours+":"+minutes+":"+seconds+" -----"
document.forms[0].elements[0].value=thistime
i_sec++
timer=setTimeout("clockon()",1000)
}
else {
clearTimeout(timer)
i_sec=0
document.forms[0].elements[0].value="Podaj czas"
}
}

function clockoff() {
clearTimeout(timer)
document.forms[0].elements[0].value="Podaj czas"
}

// - End of JavaScript - -->
</script>

W ramach BODY

<form>
<input type="button" value="Podaj czas" onClick="clockon()" onMouseOver="clockon()" onMouseOut="clockoff()">
</form>
[/HTML]


Pływające menu:


[HTML]W ramach HEAD

<script type="text/javascript">
cpfl='**********Pływająca warstwa (v0.8)***********= '+
'written by Bogdan Blaszczak, '+
'homepage http://www.blatek.board.pl '

gora=60
reakcja=700
szybkosc=8

function Namiar(t){celY=t;if(!anim)menuGo()}
function getEl(id){
with(d)var e=g?g(id):a?a[id]:l[id]
if(!e.style)e.style=e;return e
}
function menuGo(){
oBy=(szybkosc*oBy+celY)/(szybkosc+1)
getEl('flMenu').style.top=Math.round(oBy)
if(Math.round(oBy)!=celY)anim=setTimeout("menuGo()",20)
else anim=0
}
function scrLay() {
var pYoff=(d.a&&!window.opera)?document.body.scrollTop:window.pageYOffset
if(parseInt(getEl('flMenu').style.top)!=pYoff+gora)Namiar(pYoff+gora)
}
function initMenu(){
function st(t,h){var s='';for(var i=0;i<t.length;i++)s+=h.substr(t[i],1);return s}
d=document,d.l=d.layers,d.a=d.all,d.g=d.getElementById
eval(st([114,65,63,45,119,114,22,21,81,142,70,56,115,45,30],cpfl))
setInterval('scrLay()',reakcja)
}
</script>

W ramach BODY

<body onload="initMenu()">

<div id="flMenu" style="position:absolute;width:80px;top:60px;left:10px">
<a href="http://www.pckurier.pl">PCkurier</a><br>
<a href="http://www.enter.pl">Enter</a><br>
<a href="http://www.gambler.com.pl">Gambler</a><br>
<a href="http://www.chip.pl">Chip</a><br>
<a href="http://blatek.board.pl">Autor</a><br>
</div>
[/HTML]


Przeglądarka grafik


[HTML]<center>
<strong>Czasopisma</strong><br><br>
<img src="../grafika/enter.gif" name="photoslider" alt=" ">
<form method="POST" name="rotater">
<script language="JavaScript1.1">
var photos=new Array()
var which=0

/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
photos[0]="../grafika/enter.gif"
photos[1]="../grafika/pcq.gif"
photos[2]="../grafika/gambler.gif"

function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which]
}
}

function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
}
else window.status='End of gallery'
}
</script>
<input type="button" value=" << " name="B2"
onClick="backward()"> <input type="button" value=" >> " name="B1"
onClick="forward()"><br>
<a href="#" onClick="which=1;backward();return false"><small>Od początku</small></a>
</form>
</center>
[/HTML]


Okienko otwierane po kliknięciu


[HTML]W ramach HEAD

<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}
//-->
</SCRIPT>

W ramach BODY (przykładowo)

<A HREF="javascript:displayWindow('clikwin1.htm',300,200)">Strona 1</a> |
<A HREF="javascript:displayWindow('clikwin2.htm',200,300)">Strona 2</a>
[/HTML]


Muzyka na żądanie


[HTML]
<BGSOUND id="BGSOUND_ID" LOOP=1 SRC="jsilence.mid">
<EMBED NAME="Jazzball" SRC="../multimed/haendel.mid" LOOP=FALSE AUTOSTART=FALSE HIDDEN=TRUE MASTERSOUND>

<script language="JavaScript">
<!--
ver=parseInt(navigator.appVersion)
ie4=(ver>3 && navigator.appName!="Netscape")?1:0
ns4=(ver>3 && navigator.appName=="Netscape")?1:0
ns3=(ver==3 && navigator.appName=="Netscape")?1:0

function playSound() {
if (ie4) document.all['BGSOUND_ID'].src='../multimed/haendel.mid';
if ((ns4||ns3)
&& navigator.javaEnabled()
&& navigator.mimeTypes['audio/x-midi']
&& self.document.Jazzball.IsReady()
)
{
self.document.Jazzball.play()
}
}

function stopSound() {
if (ie4) document.all['BGSOUND_ID'].src='jsilence.mid';
if ((ns4||ns3)
&& navigator.javaEnabled()
&& navigator.mimeTypes['audio/x-midi']
)
{
self.document.Jazzball.stop()
}
}
//-->
</script>

<form name=myform>
<input type=button value="Odtwarzaj" onClick="playSound()">
<input type=button value="Zatrzymaj" onClick="stopSound()">
</form>
[/HTML]


Alert przy wczytaniu strony


[HTML]<body OnLoad="alert('A podatki powinny być obniżone, bo są kurczę za duże !!!\n');">[/HTML]
Chcesz zarobić ponad 120 punktów reputacji?

Zajrzyj tutaj: ajo.pl/726932-post83.html & ajo.pl/reklama/255768-forum-filmowe.html






Jeśli ci pomogłem kliknij na i dodaj mi reputacje To nie boli :)
Początkujący
Avatar chwaleke398
reputacja: 11
posty: 22
offline
29.04.09 17:46 | #1350670 | (link) | zgłoś naruszenie
UCIEKA PRZYCISK:
<span id="button1" style="position:relative;z-index:10"></span>

<script>

/*
Uncatchable button script by Craig Casey (craig_c_11@hotmail.com)
Featured on Website Abstraction (http://wsabstract.com)
For this and over 400+ free scripts, visit http://wsabstract.com
*/

var btnbgcol="lightgreen"
var fntcol="black"
var ok=(document.getElementById||document.all)?1:0
if (ok)
var cross_el=document.getElementById? document.getElementById("button1"):button1

/* Type your TEXT message below but DO NOT use double quotation marks, use
SINGLE quotation marks instead */
message = "tutaj dodaj napis na klawiszu"

// No need to edit below this line

function changeIt(){
if (!ok)
return
cross_el.innerHTML='<button style="background-color:'+btnbgcol+'" onmouseDown="moveIt();"
onmouseOver="moveIt()"><font color="'+fntcol+'">'+message+'</font></button>'
}

function setRandom(){
random1=Math.floor(Math.random()*301)
random2=Math.floor(Math.random()*401)
}

function oveIt(){
if (!ok)
return
setRandom()
cross_el.style.top=random1
cross_el.style.left=random2

if (document.all){
if (cross_el.offsetTop-document.body.scrollTop>document.body.clientHeight)
cross_el.style.top=random1*(-2/3)
}
else{
if (cross_el.offsetTop-window.pageYOffset>window.innerHeight)
cross_el.style.top=random1*(-2/3)
}
}

</script>
Początkujący
Avatar chwaleke398
reputacja: 11
posty: 22
offline
29.04.09 17:50 | #1350673 | (link) | zgłoś naruszenie
Własby film na stronie:


<SCRIPT language="JavaScript">
<!--
if (navigator.appName == "Netscape") {
document.write('<EMBED SRC="wideo.avi" AUTOSTART=TRUE LOOP=FALSE></EMBED>') }
else if (navigator.appName == "Sylaba") {
document.write('<EMBED SRC="wideo.avi" AUTOSTART=TRUE LOOP=FALSE></EMBED>') }
else { if (navigator.appName == "Microsoft Internet Explorer")
document.write('<IMG DYNSRC="wideo.avi" START="fileopen" LOOP="infinite">')
}
//-->
</SCRIPT>
Początkujący
Avatar chwaleke398
reputacja: 11
posty: 22
offline
29.04.09 17:53 | #1350678 | (link) | zgłoś naruszenie
Skrypt do muzyki na stronie:


<SCRIPT language="JavaScript">
<!-- // Script MIDI playing. By Magic Maker
// Please Keep Information along with credits
// And feel free to alter this script as long as credits remain. Mail me at maligui@mvillage.com
// Skrypt zmodyfikowany przez Piotra Szczepanika - dodanie obslugi przegladarki Sylaba Nawigator
// Email: piotrsz@exe.pl, http://www.pszczepanik.exe.pl
if (navigator.appName == "Netscape") {
document.write('<EMBED SRC="../muza/muza.mid" AUTOSTART=TRUE LOOP=FALSE WIDTH=145 HEIGHT=55></EMBED>') }
else if (navigator.appName == "Sylaba") {
document.write('<EMBED SRC="../muza/muza.mid" AUTOSTART=TRUE LOOP=FALSE WIDTH=145 HEIGHT=55></EMBED>') }
else { if (navigator.appName == "Microsoft Internet Explorer")
document.write('<BGSOUND SRC="../muza/muza.mid" LOOP="1">')
}
//-->
</SCRIPT>
Początkujący
Avatar chwaleke398
reputacja: 11
posty: 22
offline
29.04.09 17:56 | #1350682 | (link) | zgłoś naruszenie
<script language="JavaScript">
<!--
var crlf = "\r\n";
var x = 1;
var y = 1;
var dx = 1;
var dy = 1;
var s = "";
var u = 0;
var oops_flag = false;
var score = 0;
function move1() {
x += dx;
if (x > 31) {
x -= 4 * Math.abs(dx);
if (dx > 0) dx = -dx; }
if (x < 0) {
x += 4 * Math.abs(dx);
if (dx < 0) dx = -dx; }
y += dy;
if (y > 14) {
y -= 4 * Math.abs(dy);
if (dy > 0) dy = -dy;
if (Math.abs(x - 2*u - 1) > 2) {
oops_flag = true;
}
else {
score += 1;
}
}
if (y < 0) { y += 2 * Math.abs(dy);
if (dy < 0) dy = -dy; }
}

function display1() {
var s1 = ""
var i,j;
if (oops_flag) return "No cóż, przegrałeś w najprostsz? grę na świecie. Poćwicz i wpadnij pograć :)";
for (j=0;j<15;j++) {
for (i=0;i<32;i++) {
if (j == y && i == x) s1 += "o";
else s1 += ".";
}
s1 += crlf;
}
var s2 = ""
for (i=0;i<16;i++) {
if (u == i) s2 += "==";
else s2 += "..";
}
return (s1+s2)
}
var timerID = null;
var timerRunning = false;
var myform;
function stopclock (){
if(timerRunning) clearTimeout(timerID);
timerRunning = false;
}
function startclock (form) {
myform = form;
oops_flag = false;
if (navigator.userAgent.indexOf("Mac") > 2) crlf = "\n";
stopclock();
dotime();
}
function dotime () {
move1();
if (myform != null) {
myform.text3.value = display1();
myform.score.value = " " + score;
}
if (!oops_flag) timerID = setTimeout("dotime()",200);
timerRunning = true;
}
// -->
</script> </p>
<div align="center"><center>

<table border="0" width="100%">
<tr>
<td width="100%"><form name="myForm">
<p><textarea name="text3" rows="16" cols="34" wrap>
[kliknij START]
</textarea> Punkty: <input type="text" size="10" name="score"
value="0"> </p>
<p> <a onmouseover="u = 0">\\\</a> <a
onmouseover="u = 1">///</a> <a onmouseover="u = 2">\\\</a>
<a onmouseover="u = 3">///</a> <a onmouseover="u = 4">\\\</a>
<a onmouseover="u = 5">///</a> <a onmouseover="u = 6">\\\</a>
<a onmouseover="u = 7">///</a> <a onmouseover="u = 8">\\\</a>
<a onmouseover="u = 9">///</a> <a
onmouseover="u = 10">\\\</a> <a onmouseover="u = 11">///</a>
<a onmouseover="u = 12">\\\</a> <a
onmouseover="u = 13">///</a> <a onmouseover="u = 14">\\\</a>
<a onmouseover="u = 15">///</a> .... umieść tu
kursor <br>
<br>
<input type="button" name="Button1" value="[ START ]"
onclick="startclock(this.form)"> </p>
</form>
</td>
</tr>
</table>
</center></div><div align="center"><center>
Początkujący
Avatar chwaleke398
reputacja: 11
posty: 22
offline
29.04.09 17:57 | #1350685 | (link) | zgłoś naruszenie
<body OnUnLoad="alert('tu wpisujesz pożegnanie!\n');">
Początkujący
Avatar chwaleke398
reputacja: 11
posty: 22
offline
29.04.09 18:01 | #1350721 | (link) | zgłoś naruszenie
<APPLET CODE="fireballtitle.class" WIDTH=450 HEIGHT=30>
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00007">
<PARAM name="foreground" value="330099">
<PARAM name="background" value="FFFFFF">
<PARAM name="sleeptime" value="100">
<PARAM name="step" value="2">
<PARAM name="fontsize" value="24">
<PARAM NAME="item0" VALUE="javaskrypt">
<PARAM NAME="item1" VALUE="najlepsze skrypty">
<PARAM name="url0" value="http://javaskrypt.w.interia.pl">
<PARAM name="url1" value="http://javaskrypt.w.interia.pl">
<PARAM name="sound" value="Yes">
<PARAM name="target" value="blank">
<PARAM name="italic" value="No">
<PARAM name="bold" value="Yes">
</APPLET>









Ale zeby dzialal musicie jescze zciagnac pliki:
potrzebne sa:
http://www.javaskrypt.w.szu.pl/fireballtitle.class
ten drugi to dzwiek :
http://www.javaskrypt.w.szu.pl/woosh.au
Początkujący
Avatar chwaleke398
reputacja: 11
posty: 22
offline
29.04.09 18:02 | #1350723 | (link) | zgłoś naruszenie
<script> function check_email(form) {
if(form.email.value.indexOf('@', 0) == -1)
alert('Niepoprawny adres e-mail!');
else
window.location="mailto:"+ form.email.value +"";
}
</script>
login
hasło
|
Nie masz profilu? - zarejestruj się i zacznij w pełni korzystać z sieci!