Click to See Complete Forum and Search --> : mail form for paging


sahoc
02-07-2005, 08:30 PM
I want to creat a mail form where I can have three fields.
1. Pager number
2. Subject
3. Message

The submit button needs to tie the pager number to the @mail.com and send it to that address so the pager can get the page.

I know how to do a form but to get the number to join the @mail.com is the problem.
Example
1. pager number = 8284444
2. Subject = test
3. Comment = test message

Submit = 8284444@mail.com

Can I do this in a form or which is the best way?

Thanks,

Sam

buntine
02-07-2005, 09:54 PM
It depends on the technologies you are using. The best way would be via program logic on the server side.

Which programming language are you using?

Regards.

sahoc
02-08-2005, 07:07 AM
I do not want to get heavy into code just want to use a form or maybe java script. I thought there would be an easy way. However there usually is not!