hello.
always with my web browser
on much of Internet sites, the links are "target_blank" and they open new windows's IE.
I dont want that.
I dont want to open a new window.
I have sought on the web and I have found
ppDisp
= your webbrowser ---> my web browser is wiki_Browser
Cancel
= TrueWell
in a script of my webbrowser's activeX -->script--> event wizard --> Control_NewWindow2
I have that
Sub Control_NewWindow2(ppDisp, Cancel)
End SubI do
Sub Control_NewWindow2(ppDisp, Cancel)
ppDisp
= wiki_Browser
Cancel
= TrueEnd Subbut that does not go
I tried to send the new window in a second webbrowser of width = 0 and height =0 but, I still have a new window'IE.
I dont see what making.
thank you for answer.