Forum Moderators: open
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
~~~~~~~~~~~~~~~~~~~
I just did an HTML validation and it indicates a refresh occurs at my page. I am wondering if this js is hurting me with Google.
Thanks for any input.
BTW, I feel like I've died and gone to se heaven since I found you all.
Jabzebedwa
I normally include this with any other scripts on the page and dump them in one external js file.
I think you are probably OK leaving it on-page. Dreamweaver inserts this code by default, so there are an awful lot of sites that would be buried if this was widely penalised.
'Probably' isn't good enough for me, hence the external js file:)