Mozilla compatibility

I´ve been using the code below at the website company. It works well in IE but not works in Mozilla.Anybody knows which part of this code is incompatible with Firefox Mozilla? (hidden, section, frame??)

Thanks in advance

Claudia


.hidden {display:none} .shown {display:inline}

<iframe id="FirstView" frameborder="0" height = "80%" width="590" scrolling="auto"

src=“\teleusuario.nsf/INTS99?OpenView&RestrictToCategory=”>


Subject: How are you rendering the page in firefox?

Hi Claudia,

Code seems to work fine in Firefox, I substituted your src to google.com as I obviously can’t access your database from here. This means it’s something to do with the src, as it worked fine with a different one.

When rendering the page with the iframe code in firefox, is the url in the format?

http://SERVER/DATABASE.nsf/IFRAMECODEHTML

The only reason I ask is becuase the src you have can only really be used if the IFRAME code html page is placed within the database.

Another solution is to include the domino server in the url as the browser needs it one way or the other i.e.

http://DOMINO_SERVER_NAME/teleusuario.nsf/INTS99?OpenView&RestrictToCategory=

Hope that helps

Subject: Thank you

Hi Neemesh

I´m going to try it. Thank you so much for help me.

Claudia