I have a form, which can be sent to multiple recipients (using doc.send method). However, the recepients might not be the Notes client users. This means that the document could be displayed both on Web or on client based on from where the recepients access their mail box.
In the document, I need a link, which will open a small IE window with the parameters.
The text that i have embedded on the form is a Pass Thru HTML text and the form properties are selected as “Render Pass Thru HTML”
the following text is written on the form:
This link is displayed as a clickable link both on Notes client and Web. But on clicking nothing happens. the onCLick event becomes the onFiltered event.
Similar thing happens when I create a ACtion hotspot & on Web onClick i call the javascript to open the link. The onClick again becomes onFiltered. so nothing happens.
Pls advise what to do.