Problem with onload and onunload

HiAfter a logged in, i forwarded the user to a database pass through a document (html in notesdb). There is a popup window opens but nothing happens. I try with onload and onunload. Any suggestion what the problem could be.

If i use the same code in a ordinary html file it´s work great

Regards

Fredrik

Subject: RE: Problem with onload and onunload

It sounds like this is a Domino web applicationUse the “view source” option in your browser. Do you find your code there? Does it look correct?

Look at the JavaScript console, which is also available in the browser. Do you get any error messages?

If the above does not solve your problem, we need more information about what you’re doing. If you’re not sure what information to supply, the C R I S P Y document might help you. When having questions about code, we can help you more if you post your code.

  • Andre Guirard, IBM/Lotus Development

Useful blog: Best Practice Makes Perfect

Subject: RE: Problem with onload and onunload

Thanx for you answer. I just find the problem. My own fault, i little miss in my JS. Sometimes you get blind when you work with your own code.Sorry.