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 wOOdy-Soft 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: *

  • Users: meriwether
  • Content: Threads
  • Order by date
  1. meriwether

    html file within cgi-bin

    I have a html file in the cgi-bin that won't server. cgi files server, but not this html file. how can i get this html page to server? i know it's possible, but no idea where to start. can't find much on this online! thanks for any assitance. it gives me a permission-like error; Premature...
  2. meriwether

    regex lastname o'neal or mc clury or doe

    trying to get my regex js to validate a last name field on a form. /^[a-zA-Z\s]+$/; this allows me to enter a alpha name (doe), or a alpha space alpha name (mc clury). i need to add ' for names such as o'neal but can't seem to get it. any clues? i've tried: /^[a-zA-Z\s']+$/; but this...
  3. meriwether

    actions - moving object to specific x/y

    i've got a ton of files i'm would like to open, move the upper left corner of the object to a speciic x/y coordinate, then save and close the files. i can't seem to figure out if it's possible to move an object to a specific x/y? also will need to resize each object (one ojbect per drawing) to...
  4. meriwether

    if statment within an if statment...nesting if statements

    is is possible to nest if statments? it seems somewhat logical, but i cannot get this to work properly. here's a snippit of the code: // Phone Number Validation if(phone != "Phone Number") { // phone # is optional if(!validatePhone(phone)) {...
  5. meriwether

    trim a string w/ js

    i need to remove the first and last character off a string. i've got a number wrapped in parenthesis, and want the parenthesis gone. example: (01) i'd like to change it to just 01. any ideas? much appreciated...
  6. meriwether

    date validation and Netscape 4.x

    The following script appears to work in NS6/7 and IE6, but Netscape 4.x is complaining, DaysObject.add is not a function (line 92). Any assistance on getting this to work would be appreciated. Here's the entire page: <html> <head> <style type=&quot;text/css&quot;> <!-- body, select, input {...

Part and Inventory Search

Back
Top