Render HTML issue

Hey folks,

I am trying to include a weather channel script display in a table cell on our portal. (We have opted for tables rather than frames now, since you can use embedded views). I have the “Render HTML in Notes” form property set. The code works fine when I pull it up in a WEB browser, but not in Notes Client. The text is NOT hidden for Web or Notes. Here is the code I am trying to use…

I am no HTML expert, but is there some reason Notes Client ignores a script command whereas the web browser will interpret it? I should also note that I tried pasting the single line of code above on a blank form with the same results. Other simpler html code like works fine.

Thanks for any help!

Subject: There are a number of limitations to the HTML rendered (No CSS, no IFRAMES, no script with source, etc.)

And no, I don’t know anywhere they are well documented.