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.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Mar 11th, 2008, 00:21
CloudedVision's Avatar
Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,262
Blog Entries: 9
Thanks: 2
Thanked 40 Times in 40 Posts
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....
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Mar 11th, 2008, 06:46
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 12:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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