wordpress - Link opens 2 new windows -


for odd reason, ad @ top (sign & win) opens 2 new windows upon clicking. works fine on chrome on ff , safari, issue persists.

website: view here

any great. plugin advanced ad

you need remove or modify attribute "target='_blank'" anchor tag around ad. having target assigned _blank tells browser start new window session. depending on action desire may try removing attribute or using '_self' or '_parent' instead.

more information can found here: http://www.w3schools.com/tags/att_a_target.asp


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -