Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #30861

Re: How fetch data from form for javascript screening

Path csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx07.iad.POSTED!not-for-mail
From Robert Baer <robertbaer@localnet.com>
User-Agent Mozilla/5.0 (Windows NT 5.0; rv:12.0) Gecko/20120422 Firefox/12.0 SeaMonkey/2.9
MIME-Version 1.0
Newsgroups comp.lang.javascript
Subject Re: How fetch data from form for javascript screening
References <ti0hz.37337$Z95.7322@fx29.iad> <7944450.CDJkKcVGEf@PointedEars.de> <XnsA64378799AF81eejj99@194.109.6.166> <FCdhz.1$pP1.0@fx27.iad> <19082016.EfDdHjke4D@PointedEars.de> <R2ihz.1$cN5.0@fx28.iad> <6567809.EvYhyI6sBW@PointedEars.de>
In-Reply-To <6567809.EvYhyI6sBW@PointedEars.de>
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 8bit
Lines 68
Message-ID <QTHhz.317$E07.32@fx07.iad> (permalink)
X-Complaints-To DMCA@thecubenet.com
NNTP-Posting-Date Thu, 14 Jul 2016 08:16:48 UTC
Date Thu, 14 Jul 2016 00:16:48 -0800
X-Received-Bytes 3670
X-Received-Body-CRC 2571241132
Xref csiph.com comp.lang.javascript:30861

Show key headers only | View raw


Thomas 'PointedEars' Lahn wrote:
> Robert Baer wrote:
>
>> Thomas 'PointedEars' Lahn wrote:
>>> Robert Baer wrote:
>>>> Evertjan. wrote:
>>>>> document.document.getElementsByClassName("form-control")[0].innerHTML
>>>>      Cannot use.; the getElementsByClassName() method is not supported in
>>>> Internet Explorer 8 and earlier versions.
>>>
>>> Do you need to support IE<= 8?
>> * IE7 would be nice,but it looks like i can safely ignore it, especially
>> if it gives too many problems.
>
> If you have no explicit requirement to support IE 8, you can ignore it now,
> too:
>
> <https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support>
>
> <https://support.microsoft.com/en-us/lifecycle#gp/Microsoft-Internet-Explorer>  shows that you only need to support IE 8 if you need to support
>
> - Windows Embedded Standard 2009 (WES09),
> - Windows Embedded POSReady 2009, or
> - Windows Thin PC
>
> as users can and are recommended to upgrade to IE 9 or later on other
> versions of Windows.
>
> Caveat: Your site or Web application must not run in Document Compatibility
> Mode of IE 9 or later as that is equivalent to running in IE 8 or earlier.
> The appropriate “meta” elements should be included to prevent that from
> happening (hiding the Compatibility Mode button in the Location Bar).
>
>> * except for implementing form validation code for the form, it appears
>> that all of my new HTML5 pages behave from IE6 all the way up.
>
> IE 8 also does not support HTML5 out of the box.
>
>>    Strangely, IE9 gave the most sass.
>>    Would you believe IE5 was almost better?
>
> I beg your pardon?
>
>>>>      I could just as easily make up something: fetchStuffByAnyNameOrId();
>>>> the only advantage would be that i would KNOW it would not work.
>>>
>>> You are wasting precious time.  Have you read “How To Ask Questions The
>>> Smart Way”?  If no, read it, and act accordingly.  NOW.
>> * OK; WHERE can i find that?
>
> (Why these asterisks?)
>
> You can find its URI on top of my first follow-up to your first posting in
> this thread.
>
   You are correct regarding the "older" versions of IE, however there 
are always a number of users that do not (in effect) get the message, or 
for arcane reasons ignore the mad update cycle.

   IE5 was being used by a number of people, mostly (i think) they "did 
not know better"; very little "dancing: was needed to accommodate what 
otherwise would be sliders - likewise fixed width screens, up-to 800x600 
and NOT get black background to the right and have a horizontal scroll bar.

   All in the dim and dark past now; that was maybe 10+ years ago.

   Thanks.
   PS: the asterisks was my way of showing my inserted comments.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-11 22:41 -0800
  Re: How fetch data from form for javascript screening Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-12 11:38 +0200
    Re: How fetch data from form for javascript screening "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-07-12 11:50 +0200
      Re: How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-12 13:50 -0800
        Re: How fetch data from form for javascript screening "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2016-07-13 00:09 +0200
          Re: How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-12 17:27 -0800
        Re: How fetch data from form for javascript screening Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-13 01:15 +0200
          Re: How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-12 18:53 -0800
            Re: How fetch data from form for javascript screening Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-13 18:03 +0200
              Re: How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-14 00:16 -0800
                Re: How fetch data from form for javascript screening Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-14 23:40 +0200
    Re: How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-12 13:40 -0800
      Re: How fetch data from form for javascript screening Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-13 01:09 +0200
        Re: How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-12 17:51 -0800
          Re: How fetch data from form for javascript screening Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-14 01:07 +0200
  Re: How fetch data from form for javascript screening "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-07-13 14:30 +0200
    Re: How fetch data from form for javascript screening Robert Baer <robertbaer@localnet.com> - 2016-07-13 23:56 -0800
      Re: How fetch data from form for javascript screening Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-07-15 11:32 +0200

csiph-web