Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
hi

we are implementing  calling functionality in our website.
for that we have  created  xml file. presently we are using this xml file  towards calling.
unfortunately we have observed that it is accepting only xml file phone numbers.


Requirement:

xml file has to accept the phone numbers that are entered from html  text box randomly.

***how to pass values from html text box to xml file.***

This is our xml file

<Response>
<Record action="http://sample.com/" startOnDialAnswer="true" redirect="false"/>
<Dial>
<Number>919052xxxxxx</Number>
</Dial>
</Response>


Thanks & Regards
Lakshman
9052026114
Posted
Updated 3-Mar-15 3:40am
Comments
John C Rayan 27-Feb-15 5:57am    
Need more info. Are you using ASP.NET? some code would help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900