![]() |
|
|
|
||||||||||
![]() |
|
|
Thread Tools |
|
#1
|
||||
|
||||
|
A problem with 'E-mail me' input button redirecting
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:
Code:
http://users.volja.net/tayiper/?# But after I moved that button to the top of the page on my new variant http://tadej-ivan.50webs.com/sample/...l-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: Code:
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# The code on the "users.volja.net" variant: Code:
<input type="submit" value="E-mail me" onclick="window.open('/tayiper/email.html','email','height=640,width=512')" />
Code:
<input type="submit" value="E-mail me" onclick="window.open('/email.html','email','height=640,width=512')" />
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
__________________
If you want to, please check out my main general personal http://tadejpersic.50webs.com/ website, which is a some sort of a navigational site that basically only describes and lists links to my other websites and blogs. Last edited by tayiper; Feb 18th 2008 at 7:44 pm. Reason: a few fixes |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| html input form button no edge | mutley | Programming | 3 | Jan 17th 2008 11:45 am |
| Create the look of an input button with JUST css | fireflyproject | CSS | 2 | Dec 15th 2007 12:31 pm |
| Aligning input field and image button | contbd | CSS | 11 | Dec 7th 2007 8:28 am |
| radio button toggle on text input HELP | Freelancer Auctions | JavaScript | 0 | May 26th 2007 9:22 pm |
| Input button with onclick event | javafreak | HTML & Website Design | 2 | Jan 20th 2007 1:43 pm |