I have a strange problem with "E-mail me" input button on my main computing related website that's redirecting (I suppose it's not possible to make it not redirecting at all, right?!?); you see, as it is on my old site's variant http://users.volja.net/tayiper/index.html (that I don't update anymore) after pressing the "E-mail me" button the visitor is redirected to: http://users.volja.net/tayiper/?# Code (markup): But after I moved that button to the top of the page on my new variant http://tadej-ivan.50webs.com/sample/index-email-example.html (see below about the URL, and btw. this one is the only one that's still updated) the visitor is instead of "http://tadej-ivan.50webs.com/?#" as it was before now redirected to: http://tadej-ivan.50webs.com/?domains=tadej-ivan.50webs.com&q=&sitesearch=&client=pub-9618676728757106&forid=1&ie=ISO-8859-1&oe=ISO-8859-1&flav=0000&sig=yrPgoi55lAWbVHyW&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1%3B&hl=en# Code (markup): The code on the "users.volja.net" variant: <input type="submit" value="E-mail me" onclick="window.open('/tayiper/email.html','email','height=640,width=512')" /> Code (markup): The code on the "tadej-ivan.50webs.com" variant: <input type="submit" value="E-mail me" onclick="window.open('/email.html','email','height=640,width=512')" /> Code (markup): So I know that the reason for this change is the fact that I moved it above the AdSense search (yes, the actual URL is of course http://tadej-ivan.50webs.com/index.html, and as you can see I already moved the "E-mail me" button back below the AdSense search so that now it again redirects to "http://tadej-ivan.50webs.com/?#"), but I am clueless and curious as to why back then it suddenly redirected to that long AdSense search related URL in the first place!?? I speculated that it's because <div class="align"> element (and various other things), but after testing and testing it was all the same, i.e. I was still redirected to that AdSense search related URL. tayiper