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...
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)) {...
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...
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="text/css">
<!--
body, select, input {...
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.