Hallo,
funtion x (y, z , e)
{
setTimeout("alert(z)", "2500");
}
und so? Schlägt das auch fehl?
funtion x (y, z , e)
{
foo=z;
setTimeout("alert(foo)", "2500");
}
Grüße,
Jochen
Hallo,
funtion x (y, z , e)
{
setTimeout("alert(z)", "2500");
}
und so? Schlägt das auch fehl?
funtion x (y, z , e)
{
foo=z;
setTimeout("alert(foo)", "2500");
}
Grüße,
Jochen