Opening a document in Embedded view - Web Apps

Hi,

I am having an embedded view in a form for my web application.

The embedded view display property is “Using HTML”.

In my view which I embed, have column formula in one column as:

DP:=@ReplaceSubstring(@Subset(@DbName;-1);“\”;“/”);

LinkStr:=“<a href='/”+DP +“/0/”+@Text(@DocumentUniqueID)+"?OpenDocument’

target=‘_blank’><WIDTH=‘1000’ HEIGHT=‘1000’>“+HelpText+”";

“{”+ linkstr+“]”

So when user clicks on this column value(a link url formed)it opens that

document.

Can anyone please let me know how to control the view so that it does not open

the document using Single Click but only opens when user double clicks the link.

Thanks in advance…

Mike