Wednesday 11 January 2006 1:44:49 am
Hi Tore, first thank you for a near solution.
I tried with
------------------------------------------------------------------------
{literal}
<script language="JavaScript">
var i= 1
function bilderTauschen1()
{
document.images[0].src="mal" + i +".jpg";
i++;
if(i==2)i=1
}
</script>{/literal} ------------------------------------------------------------------------- but I guess thereĀ“s something wrong. Maybe the reason is Xhtml? It should looks like the different images which change by click at the black menue buttons "Beratung" | "Veranstaltungen" | and so on at www.jdk.de Thank you very much for your help. Greetings Claudia
|