< Back

Document Subject: Hide attached files from displaying at the bottom of web pages
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#WebHideAttachments or http://A555F9/nn.nsf/ByAlias/WebHideAttachments

I had a problem where attachments were being displayed at the bottom of the web page. I wanted to hide the attachment until the user had logged in. This is a quick way of hiding these attachments.




Stick on the last line of the form:

 <noscript>

and make it  pass thru HTML.

To make it dependent on whether the user is logged in or not, make a computed text element with the code :

@if(@username="Anonymous";

     "<noscript>";

     "<u>Attachments</u>")