I use my web space in a non-Professional way though I own a web page with some links and use Javascript to automatically load the url.
http://samuel.dumont.pagesperso-orange.fr/
I wanted JS to open in _self
or _blank
.
It's ok with regular href
links for both target even with the "block popup" feature of the browser but on select box (with onChange event) _blank is only granted with this feature off.
Does href
encode url differently from a select box value ?
Is there a wizard tips to locally overcome this feature ?