Re: HOWTO: mimick shift+click (open in new window) on a hyperlink?



Umm yes, I used _BLANK, however, for pages that are password protected
(probably use a referer to detect that), it won't work :( Shift+Click works
though.

Cheers,
T

"Alex Blekhman" wrote:

> TH wrote:
> > I've actually made it work, by receiving the event object
> > and then getting the IHTMLAnchorElement from that and
> > using the URL property from that to pass it onto
> > Navigate2.
> >
> > However, it seems that its not always working, because of
> > referer issues? In which case I'll probably need to set
> > it somehow for the new window etc.
>
> Do you want to say that specifying "_BLANK" as
> TargetFrameName parameter to Navigate2 doesn't work?
>
>
>
.