HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

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 Dev Shed Forums Sponsor:
  #1  
Old February 5th, 2001, 05:17 AM
avivit avivit is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 136 avivit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 19 sec
Reputation Power: 8
Question

Hi all,
I'd like to assign "className" to an <input> tag, but I don't manage to do that.
I tried using :
document.form1.input1.className="inputStyleName";
in order to add a certain class to all inputs in my form, for exp to:
<INPUT type="text">

I don't want to assign the className to the input in the html part, like
<INPUT class="inputStyleName" type="text">
because ns4 does not like it, (the class has properties like border and stuff).
I prefer not to write the whole form using document.write as well (regarding each browser)

I'd like that for IE and ns6.

Any suggestions?
Thanks in advance

Reply With Quote
  #2  
Old February 5th, 2001, 06:17 AM
avivit avivit is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 136 avivit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 19 sec
Reputation Power: 8
Thumbs up Forget it, I solved it:

I inserted the <style> tags only when it's not ns4,and it's working great.
And now I have this style for all the inputs in the document.

<SCRIPT language="javascript">
if (!NS4)
{document.write("<STYLE type='text/css'>");
document.write("INPUT {etc.}");
document.write("</STYLE>");
}
</SCRIPT>

So happy I found the solution myself. :-)

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > Assigning className to an input tag


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



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

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





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