Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old December 30th, 2005, 11:26 PM
Ursus Ursus is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Maryland, USA
Posts: 402 Ursus User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 4 m 30 sec
Reputation Power: 2
javascript to change element class

This should be simple. If a form field doesn't validate, I want to turn the label for that field red and give a pop-up. To color the text, I've used the SetAttribute method to set the class to one declared as having red text in my CSS.

Works like a charm in Firefox (of course), but not in IE.

Can anyone point me in the direction of WHY it doesn't work in IE?

The JavaScript
function checkZip(fld)
{
var val=fld.value;
var Dgts=val.match(/d/g);
if(Dgts==null || (Dgts.length!=5 && Dgts.length!=9 ))
{
alert("The zip code you entered is invalid.");
fld.setAttribute('class','textRed');
}
else
{
fld.setAttribute('class','textBlack');
}
}

The CSS:
.textRed
{
color:red;
}

Any pointers would be a big help. This crap is making me nuts.

Thanks,
Ursus

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > javascript to change element class


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT