'Pass-Thru' in Domino Web Access

Hi

In Domino Web Access, how can I use pass-thru html in the message body? I know I can use the “Link” button, but this is not sufficient. I need to use an tag with javascirpt e.g.

<a href=‘javascript://’ onClick=parent.open_window(‘/dsfafdsafafsafas?opendocument’) alt=‘Open this document’>__

Thanks

Ed

Subject: ‘Pass-Thru’ in Domino Web Access

YOu can put it inside the “” bracket.
a href=‘javascript://’
onClick=parent.open_window(‘/dsfafdsafafsafas?opendocument’) alt=‘Open this
document’> __]

Will this help?
Rusyinni

Subject: RE: ‘Pass-Thru’ in Domino Web Access

Hi

I tried using the brackets but it does not work all the time for some reason. Do you know what settings/configs could effect this please?

Thanks

Ed

Subject: RE: ‘Pass-Thru’ in Domino Web Access

I have just discovered that when creating a new memo and I set the ‘Format’ to ‘Plain Text’ then the link works fine. It seems that rich text format uses escape characters to get rid of the brackets, thus the server does not convert it to html.

Does anybody know of a way how to avoid this please? It does not make sense to ask the users to switch to plain text!

Thanks

Ed

Subject: RE: ‘Pass-Thru’ in Domino Web Access

Hi

Does anyone know what can I do to stop Domino Web Access converting the < >
characters in the document body to “<” when using rich text format in a new
memo??

I have this application were I would like users to paste the following html:

a class=‘copydoclink’ href=‘javascript://’
onClick=parent.open_window(‘/xxxx/SystemViewsAllDocumentsByUNID/512D506FE2515AC2
80257097005656B4?OpenDocument’) alt=‘Open this document’>__

]

But the link is not working and when I vew the source, the < and > are
converted to “<” and “>”

Thanks!
Ed