SOLVED IT!!!!
The problem of having a normal <a href="" target="_blank"> was that I ned to modify the href in javascript first. Therefore I did this:::
Code:
<script type="text/javascript">
var var1=/SOMESTRANGETHINGSHERE
var var2=/THECLOCK OR SOMETHING
document.write('<a target="_blank" href="http:\\example.com\' + var1 + var2 + '.php">')
</script>
<img src="http://x10hosting.com/forums/programming-help/..." />
</a>

thanks to all!!!
---------- Post added at 03:16 PM ---------- Previous post was at 03:10 PM ----------
hrrmpf IE does open the target=_blank in a new window too!!!!!!!
%&¤¤##@¤ Is there any code to fix this (opening a new tab with _blank in IE)??