<SCRIPT language="JavaScript">
 <!--
 // Autor: Daniel Kucza (modyfikacja kodu Daniel Kucza <daniel@kucza.pl>)
 // Email: daniel@kucza.pl, http://www.daniel.kucza.pl
 // Jesli chcesz rozprowadzac ten skrypt, to skasuj powyzsze informacje.
 // Skrypt ten umozliwia wstawienie animacji do przegladarek: IExplorer, NNavigator i SNawigator.
 if (navigator.appName == "Netscape") {
   document.write('<EMBED SRC="../multimed/nu.avi" AUTOSTART=TRUE LOOP=FALSE></EMBED>') }
  else if (navigator.appName == "Sylaba") {
   document.write('<EMBED SRC="../multimed/nu.avi" AUTOSTART=TRUE LOOP=FALSE></EMBED>') }
  else { if (navigator.appName == "Microsoft Internet Explorer")
   document.write('<IMG DYNSRC="../multimed/nu.avi" START="fileopen" LOOP="infinite">')
 }
 //-->
 </SCRIPT>
----------------------------------------------------------------------------------------

odtwarzacz A V I      SAM GO ZROBIŁEM !!!

 

galeria

 

center>
<strong>ULICA LEMURÓW</strong><br><br>
<img src="../galeria/01.jpg" 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]="../galeria/01.jpg"
photos[1]="../galeria/02.jpg"
photos[3]="../galeria/03.jpg"
photos[4]="../galeria/04.jpg"
photos[5]="../galeria/05.jpg"
photos[6]="../galeria/06.jpg"
photos[7]="../galeria/07.jpg"
photos[8]="../galeria/08.jpg"
photos[9]="../galeria/09.jpg"
photos[10]="../galeria/10.jpg"


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>

 

...........................................................................................................................................

 

<SCRIPT LANGUAGE="JavaScript">


<!--
function imgchange()
{
        var si =  document.frm.selbox.selectedIndex;
        var fname = document.frm.selbox.options[si].value
        document.img.src = fname
}
//-->


</SCRIPT>
 
<FORM name="frm">
<SELECT NAME="selbox" size=1>
<OPTION VALUE="../grafika/enter.gif" width=80 height=114>Okładka Entera
<OPTION VALUE="../grafika/pcq.gif" width=80 height=114>Okładka PCkuriera
<OPTION VALUE="../grafika/gambler.gif" width=80 height=114>Okładka Gamblera
</SELECT>
<INPUT type="button" value="Wczytaj" onClick="imgchange()">
</FORM>
<IMG SRC="../grafika/enter.gif" width=80 height=114 NAME="img">
 
 
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>