seems like part of the code went missing
in my first message
so the actual problem lies in this code
the mache function works
first calender month comes just fine
but nothing more in ns,op
any tipp would be much help
sepp
in my first message
so the actual problem lies in this code
Code:
function update(Monat,Jahr,Erster,x)
{
if (document.all)
{
dynamic3.innerHTML=''
dynamic3.innerHTML=mache(Monat,Jahr,Erster,x)
}
else if (document.layers)
{
document.dynamic1.document.dynamic2.document.write('')
document.dynamic1.document.dynamic2.document.write(mache(Monat,Jahr,Erster,x))
document.dynamic1.document.dynamic2.document.close()
}
}
first calender month comes just fine
but nothing more in ns,op
any tipp would be much help
sepp