I would like to add some variables when my window.open function fires.
Example:
<a href="javascript:void(window.open('Details.aspx', 'Title'))"><%# Eval("Id").ToString) %></a>
I would like to pass the id number to the Details.aspx page. How do I do that?