Hi folksI am calling my java agent with url
ja.nsf/j?openagent.
I want to print some html on web page with the help of java agent (for eg :: in lotusscript we are using Print|Hi Developer|)
Is there any way of doing it
Anticipating for ur reply
Hi folksI am calling my java agent with url
ja.nsf/j?openagent.
I want to print some html on web page with the help of java agent (for eg :: in lotusscript we are using Print|Hi Developer|)
Is there any way of doing it
Anticipating for ur reply
Subject: Java Web Agent
Hi folksi got the solution and other way of doing it with java agent is
import java.io.PrintWriter;
PrintWriter pw = getAgentOutput();
pw.println(“Helloo”)