javascript - onclick="window.open" issues in IE -


I'm having a hard time working in IE all other browsers are working perfectly! Can not use a transparent GIF because this link is being used in cycling background image. If I keep GIF, then it will not work anymore ... any suggestions?

  & lt; Div onclick = "window.open ('mylink.html', 'new_window');" Style = "display: block; float: right; height: 40px; width: 100px; cursor: indicator;" & Gt;   

I believe that IE is still the click-through events that are generally clickable

Do this:

  & lt; A href = "#" onclick = "window.open ('mylink.html', 'new_window'); returning" style "=" display: block; Float: Correct; Height: 40px; Width: 100px; Cursor: indicator; Text-decoration: None ">   

(course > instead of & lt; / a) & Gt; )

Not sure what to do with a transparent GIF.

Comments