SyntaxFix
Write A Post
Hire A Developer
Questions
You should pass @item.email in quotes then it will be treated as string argument
@item.email
<td><a href ="#" onclick="Getinfo('@item.email');" >6/16/2016 2:02:29 AM</a> </td>
Otherwise, it is treated as variable thus error is generated.