ďťż

zamiast [image] text Javascript

       

Podstrony


telcocafe

Witam
Potrzebuje przerobic kod JS w taki sposob,by zamiast podpisu pod rysunkiem,ktory jest tez rysunkiem, wyswietlal sie teks: Czyli zamiast samolotTekst.src = "images/samTekst.gif" napisac jakas funkcje,ktora by dawala tekst a nie rysunek.

<HTML> <HEAD> <TITLE>Zmienianie wielu rysunków</TITLE> <script LANGUAGE=Javascript TYPE="TEXT/Javascript">   <!--Ukrycie skryptu przed starszymi przeglądarkami   if (document.images) {      samolotTekst = new Image      czolgTekst = new Image      tloTekst = new Image      heliTekst = new Image      samolotTekst.src = "images/samTekst.gif"      czolgTekst.src = "images/czolgTekst.gif"      tloTekst.src = "images/tlo.gif"      heliTekst.src = "images/heliTekst.gif"      samolotWy = new Image      czolgWy = new Image      heliWy = new Image      samolotWl = new Image      czolgWl = new Image      heliWl = new Image      samolotWy.src = "images/samolot.gif"      czolgWy.src = "images/czolgi.gif"      heliWy.src = "images/helikopter.gif"      samolotWl.src = "images/samolot2.gif"      czolgWl.src = "images/czolgi2.gif"      heliWl.src = "images/helikopter2.gif"   }   function zmienRys(poleRys,nowyRys) {     if (document.images) {        document[poleRys].src= eval(nowyRys + ".src")     }   }   // Koniec ukrywania skryptu przed starszymi przeglądarkami --> </SCRIPT> </HEAD> <BODY BGCOLOR="#EECC99"> <TABLE> <TR VALIGN=TOP>  <TD>    <IMG SRC="images/leoTekst.gif" WIDTH=375 HEIGHT=26><BR>    <A HREF="samolot.htm"      onmouseover="zmienRys('samRys', 'samolotWl'); zmienRys('poleTekstowe', 'samolotTekst')"      onmouseout="zmienRys('samRys','samolotWy'); zmienRys('poleTekstowe','tloTekst')">      <IMG SRC="images/samolot.gif" WIDTH=293 HEIGHT=165" BORDER=0 VSPACE=20 NAME="samRys">    </A><BR>    <A HREF="czolg.htm"      onmouseover="zmienRys('czolgRys', 'czolgWl'); zmienRys('poleTekstowe', 'czolgTekst')"      onmouseout="zmienRys('czolgRys', 'czolgWy'); zmienRys('poleTekstowe', 'tloTekst')">      <IMG SRC="images/czolgi.gif" WIDTH=293 HEIGHT=165" BORDER=0 VSPACE=20 NAME="czolgRys">    </A><BR>    <A HREF="heli.htm"      onmouseover="zmienRys('heliRys', 'heliWl'); zmienRys('poleTekstowe', 'heliTekst')"      onmouseout="zmienRys('heliRys', 'heliWy'); zmienRys('poleTekstowe', 'tloTekst')">      <IMG SRC="images/helikopter.gif" WIDTH=293 HEIGHT=165" BORDER=0 VSPACE=20 NAME="heliRys">    </A> </TD><TD>  <IMG SRC="images/davinci.jpg" WIDTH="144" HEIGHT="219" HSPACE="50">  <BR>  <IMG SRC="images/tlo.gif" WIDTH="208" HEIGHT="27" HSPACE="50" NAME="poleTekstowe" VSPACE="20">  <BR> </TD> </TR> </TABLE> </BODY> </HTML>

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.