First.jsp
--
<% ResultSet rs=db.executeQuery("select no,name from mytable");
while(rs.next())
{%>
onclick=callJs(<
%=rs.getString(1)%>) >
<%}
%>
function callJs(arg1)
{
var url="Ajax.jsp";
new Ajax.Request(url, {asynchronous: true,method: "post",parameters:
"ajaxrefno=" +ar
First.jsp
--
<% ResultSet rs=db.executeQuery("select no,name from mytable");
while(rs.next())
{%>
onclick=callJs(<
%=rs.getString(1)%>) >
<%}
%>
function callJs(arg1)
{
var url="Ajax.jsp";
new Ajax.Request(url, {asynchronous: true,method: "post",parameters:
"ajaxrefno=" +ar