Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
![Closed](../../../../Skins/Default/Stylesheets/Images/transparent.gif)
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
![Closed](../../../../Skins/Default/Stylesheets/Images/transparent.gif)
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Web tier
- Editing Web client Key bindings
- Using the compact layout
- Setting web client preferences
- Branding the web client
- Web client forms
- Configuring color indicator
- Accessible Web client forms
- Configure the behavior when you right-click in the web client
- Example: Running custom JavaScript from the Web client
- Example: Sending Web tier URLs through e-mail notifications
- Example: Notifying specified operators upon an incident update
- Generating Web tier URL queries
Example: Running custom JavaScript from the Web client
This example runs a JavaScript during the Web client onload.
- The script opens an alert window before loading the Web client
- The script returns to the Web client when the user clicks OK.
- Log on to the Web tier system.
- Stop the Web tier Web application server.
- Browse to the ext folder of your Service Manager Web tier's context root. For example, sc/ext.
- Open the Java Server Pages (JSP) file named appheader.jsp in a text editor.
- Search for the following text:
<script type="text/javascript">
- Add the following entries to the appheader.jsp file just after the script element:
document.onload = init(); function init() { alert("Testing document.onload from appheader extension./n Press Ok to continue with navmenu application."); }
- Save the appheader.jsp file.
- Clear your Web application server's cache.
- Restart your Web application server.
The Web client now runs your custom JavaScript when the Web client starts.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-ITSM@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: