I am forming the hyperlink using knock out. Now i have to open the link as popup. Please find the code snippet below
<a data-bind="attr: { href:'/Home/TechnicianData?logId=' + $data.LoginId}">
More tests...
</a>
Not really a knockout question, it's an HTML question, you just happen to be using knockout ;)
In that case, I believe the easiest way is binding the "click" event to a function. Like this
JS