Hello,
You use single quotes when you are forming this type of statements. Actually, the properties are doubled quoted. But you are already in double quotes.
strGrid =strGrid+ " <TD ><img type ='button' name=btnDelete src
='images/xDel1.gif' onclick=""javascript:deleteConfirm('" + dateFrom + "','" + dateUntil +"','" + HourlyRate + "');""></TD></TR>"
----------
Rajani
|