Friday, March 26, 2010

i want to be able to send a text...

how can i use
http://www.killsometime.com/TextMessage.asp



in cold fusion



how can i pass the get the value in coldfusion and pass it to

http://www.killsometime.com/TextMessage.asp



i want to be able to send a text message by email





the fields in
http://www.killsometime.com/TextMessage.asp



are your email address

reciever cell phone

cell servise

enter message



the provider of trhe cell phones are cingular.



i want to be able to send a text...
Hi Sylvia. I did it like this:



%26lt;cfif IsDefined(''frmContact.submit'')%26gt;

%26lt;cfelse%26gt;

%26lt;CFOUTPUT query=''session.contactMember''%26gt;

%26lt;cfmail to = ''#CellNumber#@#NetworkID#'' %26lt;!---This is
dynamic from my dsn but I don't see why you can't make it a url or
whatever---%26gt;

from = ''switchboard@electriciansnet.com''

Subject = ''#form.txtFromName#''

type=''HTML''%26gt;

#form.city#%26lt;BR%26gt;

Day Phone: #form.Phone1#%26lt;BR%26gt;

Evening Phone: #form.phone2#%26lt;BR%26gt;

#form.service#%26lt;BR%26gt;

Message: %26lt;P%26gt;#form.txtFeedback#%26lt;/P%26gt;

%26lt;/cfmail%26gt;

%26lt;/cfoutput%26gt;

%26lt;cflocation url=''../thanks.cfm'' addtoken=''no''%26gt;

%26lt;/cfif%26gt;



The different carriers are:



Alltel message.alltel.com

AT%26amp;T mmode.com

Cingular cingularme.com

Default teleflip.com

Nextel messaging.nextel.com

Sprint messaging.sprintpcs.com

Tmobile tmomail.com

Verizon vtext.com

VirginMobile vmobl.com

i want to be able to send a text...
In addition, if you wanted to send a text message to a friend
(via Outlook or any mail client ) and your friend's cell carrier
was Cingular, and your friends cell number was 800-555-1212 you
would simply address the message to:

8005551212@cingularme.com. That's all there is to it!
Furthermore, if the person is charged for texting, they will not be
charged for messages recieved from web. Hope this helps.
Andy
In addition, if you wanted to send a text message to a friend
(via Outlook or any mail client ) and your friend's cell carrier
was Cingular, and your friends cell number was 800-555-1212 you
would simply address the message to:

8005551212@cingularme.com. That's all there is to it!
Furthermore, if the person is charged for texting, they will not be
charged for messages recieved from web. Hope this helps.
Andy
Thanks

how do i start

do i first create text are to represent the comments

and input for the reciepient

input for the sender.



then pass this to the actual form of killsometime.com?



in killsometime



has a inputbox



Your email Address:



Recievers cell phone:



Cell Service: %26lt;!--- drop down on the cell service. in this
case it is cingular---%26gt;



Enter the message: %26lt;!---- i was going to put the problem
here----%26gt;





and a send button





How do i pass this from a form



Again thanks


so far i have this to begin with :



this will be in the application



%26lt;FORM ACTION=''Act_some_action.cfm'' METHOD=''post''
NAME=''fIndex'' ONSUBMIT=''return ValidateForm();''%26gt;

%26lt;TABLE CELLPADDING=''5'' CELLSPACING=''0'' BORDER=''0''%26gt;

%26lt;tr%26gt;%26lt;td width=''107''%26gt;

%26lt;font face=''Geneva, Arial, Helvetica, sans-serif''
size=''2''%26gt;receiver's cellular phone number%26lt;/font%26gt;

%26lt;/td%26gt;

%26lt;td width=''70''%26gt;

%26lt;input name=''PhoneNumber''
value=''#GetUserInfo.Phone_Number#'' size=''40'' maxlength=''10''%26gt;

%26lt;/td%26gt;%26lt;/tr%26gt;

%26lt;tr%26gt;%26lt;td width=''107''%26gt;

%26lt;font face=''Geneva, Arial, Helvetica, sans-serif''
size=''2''%26gt; subject of the text message :%26lt;/font%26gt;

%26lt;/td%26gt;

%26lt;td width=''70''%26gt;

%26lt;input name=''PhoneNumber'' value=''#GetUserInfo.subject#''
size=''40'' maxlength=''10''%26gt;

%26lt;/td%26gt;%26lt;/tr%26gt;

%26lt;TR%26gt;

%26lt;TD CLASS=''SearchTableHeader'' COLSPAN=''2''%26gt;SEND A TEXT
MESSAGE TO %26lt;CFOUTPUT%26gt;%26lt;/CFOUTPUT%26gt;Users Cell Phone
%26lt;/TD%26gt;

%26lt;/TR%26gt;

%26lt;TR%26gt;

%26lt;TD CLASS=''SearchRowData'' COLSPAN=''2''%26gt;Message (limit
240 characters)%26lt;BR%26gt;

%26lt;textarea name=''tMessage'' rows=''5'' cols=''40''
align=''middle'' wrap=''soft''%26gt;Please remember to include your name
and/or phone number. %26lt;/textarea%26gt;%26lt;/TD%26gt;

%26lt;/TR%26gt;

%26lt;TR%26gt;

%26lt;TD CLASS=''SearchRowData''%26gt;%26lt;INPUT TYPE=''submit''
NAME=''bSubmit'' VALUE=''Send My Message''%26gt;%26lt;/TD%26gt;%26lt;TD
CLASS=''SearchRowData'' ALIGN=''right''%26gt;%26lt;/TD%26gt;

%26lt;/TR%26gt;

%26lt;TR%26gt;

%26lt;TD CLASS=''SearchRowData''
COLSPAN=''2''%26gt; %26lt;/TD%26gt;

%26lt;/TR%26gt;

%26lt;/TABLE%26gt;



%26lt;/FORM%26gt;









do i need a action page to put your code?



Thanks

No comments:

Post a Comment