hi
how to restrict Navigate this control
I have create href dynamically like this
<a ondragstart="dragsFunc(event)" draggable="true" onclick="Openwindow('http://www.aaa.com');" id="href1" href="http://www.aaa.com">Go url</a>
function Gotowindow(Urls) {
window.open(Urls, "mywindow", "menubar=1,resizable=1,width=350,height=250");
return false;
}
i need when i click href i did not show my window.
how will do this.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com