Link Tags
Note
Input Tags
<!--...-->
The comment tag is used to insert a comment in the source code. A comment
will be ignored by the browser. You can use comments to explain your code,
which can help you when you edit the source code at a later date.
This tag does not have any attributes.
The following link tag is supported:
•
<a>—Defines an anchor
The Microbrowser supports both http:// and tel:// URL schemes. When a tel://
URL is selected, the phone switches to the telephony application and dials the
number specified in the URL. Currently the number is dialed as-is, however, full
support for tel:// URL parsing as specified in RFC 2806 will be available in a future
release.
sip:// URLs are not supported at this time.
<a>
The <a> tag defines an anchor. An anchor can be used to create a link to
another document by using the href attribute.
The following attributes are supported:
Attribute
Value/s
href
URL (Ex:" www.polycom.com")
name
section_name
The following input tags are supported:
•
<form>—Defines a form
•
<input>—Defines an input field
Application Development
Description
The target URL of the link
Names an anchor. Use this
attribute to create a bookmark in a
document.
In future versions of XHTML the
name attribute will be replaced by
the id attribute.
Note: This attribute is parsed, but
not used.
2 - 3
Need help?
Do you have a question about the SIP 3.0.2 and is the answer not in the manual?
Questions and answers