It's difficult to see just where the delimiters are and where the literal quotes belong. But I think it would be like so:
I would caution against using javascript href though. You very rarely need to get yourself into a situation where this kind of thing is required. It's often easier to keep things straight by generating markup and functions separately.Code:<td><a href="javascript:displayPaymentInfo(\'' + POId + '###${invoiceDetails.InvoiceId}\');" style="color:black">${invoiceDetails.InvoiceId}</a></td>



Reply With Quote


Bookmarks