Hallo ich.
var imgs = new Object();
images['bild1.jpg'] = 'Beschreibung1';
images['bild2.jpg'] = 'Beschreibung2';
// You get the idea
Wenn man schon etwas abändert, dann wenigstens alle Vorkommen davon:
var imgs = new Object();
imgs['bild1.jpg'] = 'Beschreibung1';
imgs['bild2.jpg'] = 'Beschreibung2';
// You get the idea
Einen schönen Donnerstag noch.
Gruß, Mathias
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[[HTML Design Constraints: Logical Markup](http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/HTMLConstraints.html)]