H323 Install
Page 77
15-601046 Issue 14j (10 March 2009)
IP Office 4.2
WML Server Setup: Microsoft IIS Web Server WML Configuration
8.5 Open URL Entry
This document provides sample WML code on how to develop WML pages implementing a text box-based go to a URL
function. This code allows a user to enter a URL into a text entry area and link to that site.
Please note that these are examples, not an exhaustive list. All WML code is presented in italics.
Case 1. Input Box Followed by an Anchor Tag
Description: The user enters a URL into the text entry box and clicks on the URL to retrieve it.
<input name="url" title="Name" />
<anchor title="get it">
Go Get It
<go method="get" href="$(url)">
</go>
</anchor>
Case 2. Input Box Followed by an A Tag
<input name="url" title="Name" />
<a href="$(url)">Go Get It</a>
Case 3. Input Box Followed by a Submit Button
<input name="url" title="Name" />
<do type="submit" name ="submit" label = "Submit">
<go method="get" href="$(url)">
</go>
</do>
Case 4. Input Box Followed by an Anchor Tag Where the Anchor Tag Already Displays
HTTP://
This method displays http so that the user only has to type in the URL at the end of http://.
<input name="url" title="Name" value="http://" />
<anchor title="GET">
Go Get it
<go method="get" href="$(url)">
</go>
</anchor>
Содержание IP Office 4.2
Страница 1: ...15 601046 Issue 14j 10 March 2009 H323 IP Telephone Installation IP Office 4 2 ...
Страница 4: ......
Страница 5: ...H323 Install Page 5 15 601046 Issue 14j 10 March 2009 IP Office 4 2 IP Office IP Phones Chapter 1 ...
Страница 6: ......
Страница 24: ......
Страница 25: ...H323 Install Page 25 15 601046 Issue 14j 10 March 2009 IP Office 4 2 Installation Chapter 2 ...
Страница 39: ...H323 Install Page 39 15 601046 Issue 14j 10 March 2009 IP Office 4 2 Other Installation Options Chapter 3 ...
Страница 48: ......
Страница 49: ...H323 Install Page 49 15 601046 Issue 14j 10 March 2009 IP Office 4 2 Static Administration Options Chapter 4 ...
Страница 57: ...H323 Install Page 57 15 601046 Issue 14j 10 March 2009 IP Office 4 2 Restart Scenarios Chapter 5 ...
Страница 60: ......
Страница 61: ...H323 Install Page 61 15 601046 Issue 14j 10 March 2009 IP Office 4 2 Infrared Dialling Chapter 6 ...
Страница 65: ...H323 Install Page 65 15 601046 Issue 14j 10 March 2009 IP Office 4 2 Alternate DHCP Server Setup Chapter 7 ...
Страница 71: ...H323 Install Page 71 15 601046 Issue 14j 10 March 2009 IP Office 4 2 WML Server Setup Chapter 8 ...
Страница 78: ......
Страница 89: ...H323 Install Page 89 15 601046 Issue 14j 10 March 2009 IP Office 4 2 ...