Hi,
Thanks for the reply.
1) I have already tried using URL. Nothing happens on click of OK button in the Close Opportunity dialog. It will just close the dialog/page. Opportunity is not getting Closed as Won.
function complete() {
window.open("https://xyz.crm5.dynamics.com/SFA/opps/dlg_closeopp.aspx?estimatedVal=26000&pId=%7bE036ED1C-2BAF-E311-ADD4-D89D6765A2D0%7d&pType=3&won=true","_blank","toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400");
}

2) HTML web recourse could be my last option.
Thanks and Regards. Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.