Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bkoltys

    link color change

    Wondering how to make a link "dimmed" or inoperable when on that particular page. Example, I use a side navigation bar on my site and when someone clicks on say "pricing" on the nav bar when the "pricing" page comes up I would like to have the "pricing&quot...
  2. bkoltys

    HTML coding troubles

    I am trying to get my company logo and a body of text to appear at the top of my Home Page but am having no success. I am using a sidebar navigation and I believe that is the reason I am having trouble. Here is the coding. The area I am trying to get at the top begins where it says "LT...
  3. bkoltys

    On Mouse Over

    I know there is a function "OnMouseOver" and OnMouseOut" but not sure how to use them. I want to simply have my table of contents on my web page change color when the mouse is rolled over certain items and return to the original color when the mouse rolls off the item. Do I need...
  4. bkoltys

    Forcing Uppercase

    I have succesfully forced uppercase but, I can't get the field I force to Identify the correct Field. Here is my script: <tr> <b>Locate:</B> <TD><input type=&quot;text&quot; onkeyup=&quot;this.value=this.value.toUpperCase()&quot; name=&quot;Locate&quot; height=&quot;30&quot; size=35...
  5. bkoltys

    Java handling of Strings

    I am trying to make required fields in a form that contains fields, of First Name, Last Name, Zip code, etc. I have conquered the aspect of the fields being required without problem. My real problem is figurung out how JavaScript handles scripts that aren't strings. Here is the area of my...
  6. bkoltys

    How to make a field &quot;REQUIRED&quot;

    Trying to make certain fields &quot;Required&quot; on my &quot;get info&quot; screen in my web page. Example, someone fills out their name, address, city, etc but forgets to put in a ZIP CODE I need a window to pop up that says &quot;Zip is a Required field&quot; or somehting to that effect...
  7. bkoltys

    Forcing Uppercase

    I am trying to get the &quot;log-in&quot; field on my webpage to force uppercase when someone logs in. I thought a simple tag <UPPER> would do the job, but it doesn't. Any suggestions?
  8. bkoltys

    Forcing Uppercase

    How do I force uppercase for a &quot;log-in&quot; field? Trying to make it so when a user types in his/her name in the &quot;log-in&quot; field, it will force upper case. Seems it would be an easy tag <UPPER> but thats not the case.

Part and Inventory Search

Back
Top