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 Mike Lewis 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. OB1Shinobi

    regular expression date validation

    I got this script to work with jeff's edits in NS6 on MacOSX but not in IE5+. I don't know if your target audience will include Macs but I thought I would let you know. jaxon
  2. OB1Shinobi

    Datecheck script

    Ooooooor..... you could do this... thread216-327821 In your case this... function checkDates(date1,date2) { inpDate = checkDates.arguments; for (i=0;i<inpDate.length;i++) { var filter=/^[0-9]{2}\/[0-9]{2}\/[0-9]{4}$/;      if (! filter.test(inpDate[i]))        {  ...
  3. OB1Shinobi

    cross-platform IE5+

    So it seems that the problem does indeed have to do with the image map. The top link (see above) does not work, but the bottom (simple) link with the same code and no image map does work. Anyone have any ideas why? Educated guesses? Half-brained theories? Perhaps someone throw out suggestions...
  4. OB1Shinobi

    Datecheck script

    Here is a date checker function. If I have time I'll try and add a comparison function to it as well. It's probably not the most elegant solution, but hey, it works (at least on my browser and platform of choice). If you don't decide to use it hopefully it will at lest give you some ideas...
  5. OB1Shinobi

    Site Graphical Review

    No worries. We have all done it before. (All except me of course ;-) ) Looks good, I think that you might want to make &quot;Industrial & Manufacturing&quot; a little brighter. I know it matches the rest of the page but that color blends into the black behind it and may not be appropriate for...
  6. OB1Shinobi

    Site Graphical Review

    I love your minimalist approach to web design. Its so minimal its almost like its not even there. [WINK] jaxon
  7. OB1Shinobi

    Sounds simple but I'm stumped!!

    You could add a script that increments the schoolDay variable daily and perhaps an 'if' statement that checks to see if it is Wednesday or not (and then supplies the 6 interupting the normal increment.). You would also need a check to reset the schoolDay variable after it reaches 5. If you need...
  8. OB1Shinobi

    Site review anyone??

    I checked in NN6.2 and IE5.5 in MacOSX. Appears to be working jus' fine. &quot;Any one have any other ideas on how to make the site more &quot;filled&quot;?? &quot; I think it could use more graphics. This is going to be a site with pictures of models right? Put some pictures of them up on the...

Part and Inventory Search

Back
Top