adusumalli
09-04-2008, 07:02 PM
Hi,
I strucked calling the popup window from <a href> by passing the ID.
I used this statement, but it gives the error: "Illegal line end in string literal"
actTitle = "<a href=# onClick=\"OZ_openBrWin2('ozLOVSlsContactCall.jsp?id=<%=id%>&dtltype=PSN','callLOV');\">"+calcontact.getCallName()+"</a>";
I need to pass id with extentions as &dtltype=PSN
so, what i need to modify in the above statement.
Thanks in advance...
I strucked calling the popup window from <a href> by passing the ID.
I used this statement, but it gives the error: "Illegal line end in string literal"
actTitle = "<a href=# onClick=\"OZ_openBrWin2('ozLOVSlsContactCall.jsp?id=<%=id%>&dtltype=PSN','callLOV');\">"+calcontact.getCallName()+"</a>";
I need to pass id with extentions as &dtltype=PSN
so, what i need to modify in the above statement.
Thanks in advance...