Search the web
Sign In
New User? Sign Up
cightml
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9483 - 9512 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9483
Stephanie ---- 1 ) Try this. Modify as you see fit. Save it as a *.js file, whatever name you want to give it. ... var a = new Array() var b = new Array() ...
Major Payne
geekretired
Offline Send Email
Aug 1, 2005
10:15 am
9484
Here is something like what you want: http://javascript.internet.com/forms/auto-drop-down.html http://javascript.internet.com/forms/category-form-script.html ...
Lokrin
lokrin2000
Offline Send Email
Aug 1, 2005
2:53 pm
9485
Hi, I have an idea. Could I make a basic template of a word document, and then using a form on my web site, change the font, colours, etc so that it's what the...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Aug 1, 2005
7:46 pm
9486
Thanks, I will try it! Date: Mon, 1 Aug 2005 05:15:29 -0500 From: "Major Payne" <BiloxiRetiree@...> Subject: Re: [sz-web-design] updating drop down...
Stephanie Zylstra
girls_rule1213
Offline Send Email
Aug 1, 2005
7:50 pm
9487
Hello.... I have a question about forms. I am working on a web site for a real estate company and need to put a form on the contact page. I know how to create...
Corry Geissinger
freckl7
Offline Send Email
Aug 2, 2005
4:28 pm
9488
Depends on what information you want processed. Specific PHP or Perl programs are available for Real Estate. CGI scripts, too. Complete software packages...
Major Payne
geekretired
Offline Send Email
Aug 2, 2005
5:50 pm
9489
Hello Ron..... Major Payne, You wrote [cightml] ... &#0218 Depends on what information you want processed. Specific PHP or Perl programs are available for Real...
Corry Geissinger
freckl7
Offline Send Email
Aug 2, 2005
6:16 pm
9490
... Take a look at the FormMail at the top on this site and see if it is what you want : http://www.scriptarchive.com/ This is similar to one that I set up on...
Major Payne
geekretired
Offline Send Email
Aug 2, 2005
7:11 pm
9491
Hello Ron.... I wanted to thank you for the links you sent me. I can't use that mailform from Matt's site on my web space for some reason they have it banned....
Corry Geissinger
freckl7
Offline Send Email
Aug 3, 2005
2:34 am
9492
I making a website using XHTML Strict, which means I need to use CSS for most of the attributes. I can use the target attribute for the a tag, so I was...
Simon Welsh
kickme286
Offline Send Email
Aug 3, 2005
5:06 am
9493
... PHP's mail() class... Just grab the form data and put it through the mail() function. Very easy, and very powerful... ...
Mike Welsh
yomcat@...
Send Email
Aug 3, 2005
5:20 am
9494
... You can't use the target attribute. And you can't use CSS to do it. JavaScript is the only way around it. Or drop Strict and go back to Transitional... -- ...
Mike Welsh
yomcat@...
Send Email
Aug 3, 2005
5:24 am
9495
Hey Mike &#0218 Just grab the form data and put it through the mail() function. Very easy, and very powerful......
Corry Geissinger
freckl7
Offline Send Email
Aug 3, 2005
5:27 am
9496
... Cool. If you have problems, I could dig up the mailform script I threw together around the function. I think it's on this computer somewhere... ... -- ...
Mike Welsh
yomcat@...
Send Email
Aug 3, 2005
5:32 am
9497
No, CSS can not perform a function such as this. If you want to use the target attribute you can't use Strict. Recently I wrote a site in XHTML 1.1 and...
Gary Badger
garybadger67
Offline Send Email
Aug 3, 2005
9:25 am
9498
With the greatest of respect, please do NOT use the FormMail script from Matt's Script Archive. It has serious security flaws to which one of my sites fell...
Gary Badger
garybadger67
Offline Send Email
Aug 3, 2005
9:40 am
9499
Hi Corry, Having just written my waffle about Matt's Script Archive I saw your message. If your host has banned that script I think it backs up my earlier...
Gary Badger
garybadger67
Offline Send Email
Aug 3, 2005
9:46 am
9500
I may be way behind on this as my connection is very poor these days. PHP will simply send mail ... you don't need a backend program to handle it. If you want...
Don Passenger
dpasseng
Offline Send Email
Aug 3, 2005
12:00 pm
9501
Dear Friends... Last night I found a mailform program online and it seems to work. This was before I got any of the messages from you all. I am wondering...
Corry Geissinger
freckl7
Offline Send Email
Aug 3, 2005
1:17 pm
9502
... Thanks for that. Simon [Non-text portions of this message have been removed]...
Simon Welsh
kickme286
Offline Send Email
Aug 3, 2005
9:15 pm
9503
... It's good and easy. A bit too much code for my liking, but it does what it needs to... -- http://yomcat.geek.nz...
Mike Welsh
yomcat@...
Send Email
Aug 3, 2005
9:21 pm
9504
I couldn't tell you whether it is good or bad from analysing it - I only knew about the problem with Matt's Script because: 1. I got caught out when it was...
Gary Badger
garybadger67
Offline Send Email
Aug 4, 2005
9:06 am
9505
... That's a complicated one as well (-: -- http://yomcat.geek.nz...
Mike Welsh
yomcat@...
Send Email
Aug 4, 2005
9:12 am
9506
This is an exerpt from BFormmail that I was actually referring to use. It's based on Matt's and supposedly the spam/security problems were address. Any...
Major Payne
geekretired
Offline Send Email
Aug 5, 2005
1:09 am
9507
Hi Cory and TWC [To Whom Concerned] Here is something I came up with recently. Have the client deposit x amount of dollars prior to commencement of maintenance...
Dave
dajatech
Offline Send Email
Aug 5, 2005
4:55 pm
9508
How's your server side scripting? You can do this, but you need to know how to create word documents. It isn't easy. I have just had a project with different...
David Colliver
david.colliver@...
Send Email
Aug 6, 2005
1:16 pm
9509
Hi again.... Gary Badger, You wrote [cightml] ... &#0218 I couldn't tell you whether it is good or bad from analysing it - I only knew about the problem with...
Corry Geissinger
freckl7
Offline Send Email
Aug 6, 2005
2:53 pm
9510
Hello Major Payne.... Major Payne, You wrote [cightml] ... &#0218 This is an exerpt from BFormmail that I was actually referring to use. It's based on Matt's...
Corry Geissinger
freckl7
Offline Send Email
Aug 6, 2005
3:13 pm
9511
Corry : Firefox seems to have a problem displaying a lot on this page. I do not even see the form information displayed. Finally your tabs popped in after...
Major Payne
geekretired
Offline Send Email
Aug 6, 2005
3:17 pm
9512
Hi Dave..... Dave, You wrote [cightml] ... &#0218 Hi Cory and TWC [To Whom Concerned] Here is something I came up with recently. Have the client deposit x...
Corry Geissinger
freckl7
Offline Send Email
Aug 6, 2005
3:35 pm
Messages 9483 - 9512 of 11114   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help