Proceed to WirelessDevNet Home Page
Publications, e-books, and more! Community Tutorials Store Downloads, tools, & Freebies! IT Career Center News Home
newnav.gif

Newsletters
EMail Address:



   Content
  - Articles
  - Columns
  - Training
  - Library
  - Glossary
 
   Career Center
  - Career Center Home
  - View Jobs
  - Post A Job
  - Resumes/CVs
  - Resource Center
 
   Marketplace
  - Marketplace Home
  - Software Products
  - Wireless Market Data
  - Technical Books
 
   News
  - Daily News
  - Submit News
  - Events Calendar
  - Unsubscribe
  - Delivery Options
 
   Community
  - Discussion Boards
  - Mailing List
  - Mailing List Archives
 
   About Us
  - About WirelessDevNet
  - Wireless Source Disks
  - Partners
  - About MindSites Group
  - Advertising Information
 
Voice XML Reference Voice XML Reference

Bookmark this page

The param Element - <param>

Description:
The <param> element is used to specify values that are passed to subdialogs or objects. It is modeled on the HTML <PARAM> element.


Example:
<object name="debit"
      classid="method://credit_card/gather_and_debit"
      data="http://www.recordings.example/prompts/credit/jesse.jar"/>
  <param name="amount" expr="document.amt"/>
  <param name="vendor" expr="vendor_num"/>
  <param name="application_id" value="ADC5678-QWOO"/>
  <param name="authentication_server" value="http://auth_svr.example"
      valuetype="ref" value="text/plain"/>
</object>


Attributes
Name Value Description
name PCDATA The name to be associated with this parameter when the object or subdialog is invoked.
expr PCDATA An expression that computes the value associated with name.
value PCDATA Associates a literal string value with name.
valuetype "data" or "ref" One of data or ref, by default data; used to indicate to an object if the value associated with name is data or a URI (ref). This is not used for <subdialog>.
type mime-type The MIME type of the result provided by a URI if the valuetype is ref; only relevant for uses of <param> in <object>.


Back to Tag Listing
Sponsors

Search

Eliminate irrelevant hits with our industry-specific search engine!









Wireless Developer Network - A MindSites Group Trade Community
Copyright© 2000-2010 MindSites Group / Privacy Policy
Send Comments to:
feedback@wirelessdevnet.com