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)) {...
pete that works great, however i then ran into values like:
this is a test (01)
salt lake city (02)
new york (93)
most of the values do not have spaces and are like:
sacramento (01) which the above works on, but a few do, so that throws a monkey wrench into it.
so far i've got it broken down...
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...
any one else have an idea of how i can get this to work in NS4.x? I think the issue is in the function ChangeOptionDays(Which). i'm also having troubles with feb 29, 2004 (in IE6), the day isn't getting a value. any assistance is greatly appreciated.
i usually go for a range of 730-770px in width. % not bad if you want to use up all the available real estate.
here's descent article on browser sizing:
http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
even had some photoshop files you can download and use as templates...
I just changed the call, to below:
<a href="JavaScript:subForm()">confirm my booking</a>
and it appears to work:
<html>
<head>
<script language="JavaScript" type="text/JavaScript">
function subForm(){
message = ""
if...
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.