|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
problem passing value in wap
i did wap using cfm..i cannot pass the value through http
email.cfm --------- <CFOUTPUT> <cfcontent type="text/vnd.wap.wml"> <?xml version="1.0" ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="top" title="WAP RMKL"> <do type="prev" label="Prev"><prev/></do> <p> <b>Laman INFO WAPRMKL</b><br/><br/> Alamat e-mail anda<br/><input type="text" name="txtEmailFrom"/><br/> Alamat e-mail penerima<br/><input type="text" name="txtEmailTo"/><br/> Tajuk / subjek e-mail anda<br/><input type="text" name="txtEmailSubject"/><br/> Mesej / teks e-mail anda<br/><input type="text" name="txtEmailBody"/><br/> <a href="wap-interface-email.cfm?txtEmailFrom=$txtEmailFrom&txtEmailTo=$txtEmailTo&txtEmailSubject=$txtEmailSubject&txtEmailBody=$txtEmailBody">[Hantar]</a></p </p></card></wml> </CFOUTPUT> wap-interface-email.cfm ----------------------- <cfoutput> <cfcontent type="text/vnd.wap.wml"> <?xml version="1.0" ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="top" title="WAP RMKL"> <do type="prev" label="Prev"><prev/></do> <p> <b>Email WAPRMKL</b><br/><br/> </cfoutput> <cfmail SUBJECT="#txtEmailSubject#" FROM="#txtEmailFrom#" TO="#txtEmailTo#" > #txtEmailBody# </cfmail> </p></card></wml> when i run in simulator wap...i got the error message |
|
#2
|
|||
|
|||
|
I don't use WAP so I won't be able to help out here.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > moved: wap problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|