Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #817
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!s09-10.readnews.com!not-for-mail |
|---|---|
| From | Denis McMahon <denis.m.f.mcmahon@gmail.com> |
| Subject | Re: Problem in other browsers than Internet Explorer |
| Newsgroups | alt.comp.lang.javascript, comp.lang.java.help |
| References | <1752b646-2ce0-47ab-b9a0-1f006a758aed@f39g2000prb.googlegroups.com> |
| User-Agent | Pan/0.133 (House of Butterflies) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Date | 05 Jul 2011 18:24:22 GMT |
| Lines | 18 |
| Message-ID | <4e1356d5$0$10015$bed64819@gradwell.net> (permalink) |
| NNTP-Posting-Host | a7d46123.gradwell.net |
| X-Trace | DXC=D97<2A;CS>PQiPmj=7b2T]@lWf8?fSK:QjS@R6]oDiI_]i8TRlX=<[P1agI8X=ES=QQ3>DCNB_N^^l?IXX^`[;`Pg2IN?ImQQU_ |
| X-Complaints-To | abuse@gradwellnet |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.help:817 |
Cross-posted to 2 groups.
Show key headers only | View raw
On Fri, 01 Jul 2011 20:58:28 -0700, Ilya Shambat wrote: > I have code that works when I use Internet Explorer, but does not work > when I use Mozilla Firefox. This usually means you're doing something non-standard which due to the quirks of some browsers, is having the desired effect anyway. Note in this case that a name attribute is not an id attribute, and the fact that explorer may (a) assign name as id to named fields without an id attribute or (b) find a field matching the name if there's no field matching the id on a getElementById() call might be such a quirk. In the html element's attributes, add 'id="id_goes_here"' Rgds Denis McMahon
Back to comp.lang.java.help | Previous | Next — Previous in thread | Find similar
Problem in other browsers than Internet Explorer Ilya Shambat <ibshambat@gmail.com> - 2011-07-01 20:58 -0700 Re: Problem in other browsers than Internet Explorer Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-07-01 21:13 -0700 Re: Problem in other browsers than Internet Explorer "Andy" <andy@NOSPAMmanyplay.com> - 2011-07-02 08:31 +0100 Re: Problem in other browsers than Internet Explorer "Evertjan." <exjxw.hannivoort@interxnl.net> - 2011-07-02 10:05 +0000 Re: Problem in other browsers than Internet Explorer Denis McMahon <denis.m.f.mcmahon@gmail.com> - 2011-07-05 18:24 +0000
csiph-web