Hi,
I'm starting some customization in
Sharepoint 2010.
I need to put the comments template
Blog to open in Modal Dialog.
I have edited the page on
SPD and added:
<a onclick="NewItem2(event, this.href);
return false;" href="http://moss.contoso.eu/Blog/Lists/Comments/NewComment.aspx">
Comment </ a>
My problem is that this comment doesn't stay connected to any Post!!!!
How can I pass the Post ID to thecomment field?
Thank you!