View Single Post
  #4  
Old February 5, 2003, 04:35 AM
James Jones
 
Posts: n/a
Default Re: Instead of Target=New the correcet code is

Thanks Michael, but that doesn't really help my problem. When I click on a link somewhere I have no way of changing their html code. Most people use target = "new" and I am not even sure if using target="_blank" would solve the problem. Like Michael Mayhew said below, it sounds like a missing dll.

> target="_blank"

> target=new may work, sometimes, but only
> because the browser doesn't really know what
> to do and so opens a new window.

> If the code is correct
> (target="_blank") then check out
> your scripting options. (Tools/Internet
> Options)

> Other items that sometimes screw up browsing
> are Active X and unwanted (bad) items in the
> IE Temp folder.

> Michael Ross