|
||||||
| HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Please to read my first question in codecall.net,
my friend use a firefox browser and he has no reaction by clicking on a button, I coded: HTML Code:
onClick='document.location.href="mailto:Bergbaumuseum%20Grünbach%20<marika.reichhold@aon.at>"'
HTML Code:
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
Erhy PS. Link to this page, used in a inline frame: Kontakt - Glück Auf im Bergbaumuseum Grünbach Last edited by Erhy; 04-15-2008 at 03:09 AM. Reason: correct word in code |
| Sponsored Links |
|
|
|
|||||
|
IE7 is still non-standards compliant. What works in IE7 tells you nothing about what will happen in any other browser. I prefer to develop under FireFox and then fix whatever breaks in IE. Is there any reason why you're using an OnClick instead of an anchor?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
| Sponsored Links |
|
|
|
|||||
|
That is strange, I don't know why it doesn't work in firefox.
Why don't you just an anchor to link to the e-mail? HTML Code:
<a href="mailto:dddd@localhost">mail</a>
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill |
|
|||
|
to have a little bit an other design,
there is a button instead of an anchor. I thought, that the real name is the reason, which is not often used: "mailto:Bergbaumuseum%20Grünbach%20<marika.reichhold@aon.at>" Erhy |
|
|||
|
Hello,
now I have an answer belonging this curious problem. I asked Jo Bager. I read an article from him in c't, which is a German computer magazine. In this article, the difference of behavior was discussed. Herbert Braun, a colleague of him, answered: (my translation from German to English) > >This is not a Firefox problem. Opera and Safari display the site in the same kind. > >The error is in IE: > >In the discussed html page, the button is overlaid from an other <DIV> layer, >and so it is not possible to click the button. > >Except in IE, because buttons in IE are placed always in the highest layer (z-index). > I looked and indeed there was a <DIV> box, which had no content in the region of the concerned button. So thanks for all, who spent thoughts for this little problem. Erhy |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Layout issue with Firefox | shibbythestoner | Forum Support | 14 | 02-04-2008 01:36 PM |
| FireFox Spoofing Bug | Jordan | Programming News | 2 | 01-04-2008 09:52 AM |
| Internet Explorer Vs Firefox | mona | Technology Ramble | 15 | 10-20-2007 10:53 AM |
| Critical Firefox hole allows password theft | Jordan | Technology Ramble | 31 | 01-22-2007 09:48 AM |
| Firefox flaws? | mysticalone | Website Design | 1 | 01-16-2007 11:29 PM |