1 Forms for different mailboxes...

This is a discussion on "1 Forms for different mailboxes..." within the JavaScript Forum section. This forum, and the thread "1 Forms for different mailboxes... are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 10th, 2008, 19:01
Junior Member
Join Date: May 2004
Location: Kansas City
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
1 Forms for different mailboxes...

Hi,

Does anyone have some examples or snippet of a javascript codes that would allows users to pick from three choices for example, support, general or sales. And depending whom they choose the form will submit to that specific mailbox? Thanks in advance...

Last edited by comaiwat; Mar 10th, 2008 at 19:20.
Reply With Quote

  #2 (permalink)  
Old Mar 11th, 2008, 00:21
CloudedVision's Avatar
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries: 8
Thanks: 2
Thanked 22 Times in 22 Posts
Send a message via AIM to CloudedVision Send a message via MSN to CloudedVision Send a message via Skype™ to CloudedVision
Re: 1 Forms for different mailboxes...

I think PHP would be more helpful.

Or you can do plain HTML (although I wouldn't recommend it)

Code: Select all
<a href="mailto:support@mysite.com">Support</a>
<a href="mailto:sales@mysite.com">Sales</a>
etc....
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Last Blog Entry: More Cheat Sheets (Jul 12th, 2008)
Reply With Quote
  #3 (permalink)  
Old Mar 11th, 2008, 06:46
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: 1 Forms for different mailboxes...

A simple PHP or ASP If/Else/Then statement will do that easily!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #4 (permalink)  
Old Mar 11th, 2008, 12:45
Junior Member
Join Date: May 2004
Location: Kansas City
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 1 Forms for different mailboxes...

I see so it's not as simple as doing it with javascript you have to use a server side scrip to make it happens. OK, thought I'd ask. Thanks.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms crackafaza Web Page Design 3 Aug 13th, 2007 02:16
JS and Forms roki13 JavaScript Forum 1 Jun 6th, 2007 15:28
Forms nzamusangamungu Web Page Design 5 Nov 13th, 2006 13:10
forms mickc90 PHP Forum 3 Aug 1st, 2006 22:06
forms atomicant_2005 JavaScript Forum 15 Dec 9th, 2005 16:09


All times are GMT. The time now is 04:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43