well, i couldn't get it to work out, though it seems like in some cases it may. not quite sure why it did not in my case.
i figured i'd wrap the html file into a cgi script and change the links that pointed to it... a little more work, but probably better off in the long haul...
thanks for...
i'm migrating a site from one server to another, it was in there and is referenced via links throughout the site, so i don't want to move it and have to change all the links that point to it. it worked on the old server, won't work on the new, and the httpd.conf files do not help me out...
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...
dwarfthrower,
/^[a-zA-Z\s\x27]+$/;
still allows only a ' as a valid entry.
going to try a combo of expressions, like any alpha w/ a ' or space, any alpha, or any alpha, or any alpha space alpha. if i get it right, i'll post it. thx tho for the attempt.
i take it the x27 replaces the '
is...
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...
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...
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)) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.