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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by newme01

  1. newme01

    Working with dates and conditional text color change

    Thanks ChrisHirst for the quick reply. What if we do a reverse. like X day(s) + '06/12/2012' how do you code it?
  2. newme01

    Working with dates and conditional text color change

    Please disregard my first question. I got the answer here: = 1000ms/sec, 60 sec/min, 60 min/hr, 24 hr/day
  3. newme01

    Working with dates and conditional text color change

    Thanks for reply. thats probably why I can make my code to work. What are these represent (yr*month*days*hrs)? ----- What if we do a reverse. like X day(s) + '06/12/2012' how do you code it?
  4. newme01

    Working with dates and conditional text color change

    Hi all, I have two dates with format [mm/dd/yy] and I want to get the number of days difference. and how can I make the text of "X" days to become red if the result is negative Im a quick learner if i just know the basics. hope you can guide me to a good start on my coding. here where im...
  5. newme01

    Need help in javascript coding

    i see, thanks feherke.
  6. newme01

    Need help in javascript coding

    This is what I really want. thanks a lot. feherke, if you dont mind i would like to ask why is it a bad habit to use eval()?
  7. newme01

    Need help in javascript coding

    Hi guys, I need your help with my simple problem I want to add the value of textbox1 and textbox2 and then show the result using plain text Here is my code: ---------------------- <HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <script language="javascript"> function Addnow(form) { var...

Part and Inventory Search

Back
Top