Announcement

Collapse
No announcement yet.

ban orders from FREE email accounts?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Bah! it seems it is case sensitive, as someone got through with HOTMAIL... How do I modify the script to make it non case sensitive?
    John

    Comment


      #17
      In the previously shown script, if tempstring is a string object (and I think it is), you can do this:

      tempstring.toLowerCase();

      before entering the for loop that does the comparisons

      Comment

      Working...
      X