Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

works in ie but not ns,op part 2

Status
Not open for further replies.

sepp

IS-IT--Management
Jan 27, 2001
16
0
0
AT
seems like part of the code went missing
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()
    }
  }
the mache function works
first calender month comes just fine
but nothing more in ns,op

any tipp would be much help
sepp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top