__________________
Feel free to thank people if they help you by clicking thanks at a post.
=================================
Make it idiot proof and someone will make a better idiot.
=================================
Realise the impotence of proof reading everything you publish
var linked = new Array("http://www.nu.nl","http://www.startpagina.nl","http://www.msn.com","http://www.google.nl");
document.getElementById("banner_img").onClick = 'window.open(linked[0], "myWindow");';
var linked = new Array("http://www.nu.nl","http://www.startpagina.nl","http://www.msn.com","http://www.google.nl");
document.getElementById("banner_img").onClick = function() {openWin(linked[0]);};
Add function to javscript section:
Code:
function openWin(link){
window.open(link, 'MyWin');
}
__________________
Feel free to thank people if they help you by clicking thanks at a post.
=================================
Make it idiot proof and someone will make a better idiot.
=================================
Realise the impotence of proof reading everything you publish