ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahg_5.4.0.1/icsurvey.htm

226 lines
8.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="Owner" content="rchinfoc@us.ibm.com">
<meta name="Abstract" content="Information Center survey form">
<meta name="Description" content="Information Center survey form">
<meta name="Keywords" content="ibm,international business machines,internet,e-business,ebusiness,technical support, technical information, information, manuals, books, information center, infocenter">
<meta scheme="rfc1766" name="DC.Language" content="en-us">
<meta scheme="iso8601" name="DC.Date" content="2005-30-08">
<meta name="Security" content="public">
<meta name="Copyright" content="Copyright (c) 2002, 2005 by IBM Corporation">
<meta name="Source" content="">
<meta name="Robots" content="index,nofollow">
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'>
<title>IBM eServer iSeries Information Center - Survey Form</title>
<!-- (C) Copyright IBM Corporation, 2002, 2005 -->
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<script language="JavaScript" type="text/javascript" CHARSET="UTF-8">
<!--
//START NON-TRANSLATABLE
//////////////////////////////////////////////////////////////////////
//
function getCurrentURL(){
var currentURL ="";
try {
currentURL = (opener == null) ? this.location.href : opener.location.href;
}
catch (e){
currentURL = "an error occured";
}
return currentURL;
}
function updateInfo(form){
form.Current_page.value=getCurrentURL();
var today = new Date();
form.Time_Stamp.value=today.toUTCString();
}
function processForm(form){
// update page specific information and timestamp
updateInfo(form);
// init the form.mailmessagetext.
form.mailmessagetext.value="<pre>";
// define RegEx pattern to filter out non-essential info
var pattern = /^[A-Z]/;
for (var i = 0; i < form.elements.length; i++) {
var el = form.elements[i];
// if name starts with an uppercase character
if (pattern.test(el.name)) {
// add state info for state-specific elements
if (el.type == "radio"){
// element name and value
if (el.checked)
form.mailmessagetext.value+=el.name+": "+el.value+"\n";
}
else if (el.type == "checkbox"){
var sChecked = (el.checked)?"(checked)":"(unchecked)";
form.mailmessagetext.value+=el.name+": "+el.value;
form.mailmessagetext.value+=" "+sChecked+"\n";
}
else {
form.mailmessagetext.value+=el.name+": "+el.value+"\n";
}
// add extra CR after free text fields
if (el.type == "textarea") form.mailmessagetext.value+="<BR>\n";
}
}
form.mailmessagetext.value+="\nuserAgent: ";
form.mailmessagetext.value+=navigator.userAgent;
form.mailmessagetext.value+="\n";
form.mailmessagetext.value+="<\/pre>";
}
//END NON-TRANSLATABLE
//-->
</script>
<link rel="stylesheet" type="text/css" href="infocenter.css">
</head>
<body bgcolor="#ffffff" leftmargin="5" topmargin="0" marginwidth="5" marginheight="0">
<!-- TRNOTE: This page has several graphics and text passages that are required by
IBM privacy directives. If you have any questions about the Corporate Instruction
on Internet Privacy - Legal 117 (see http://w3.enterlib.ibm.com/book/zcd004/leg117),
or privacy practices and implementation respond to Privacy
Practices/Washington/IBM@us.ibm.com.
-->
<!-- Table for form -->
<h1>Rate this page</h1>
<strong>IBM eServer iSeries information center</strong>
<table class="layout" border="0" cellpadding="0" width="100%" summary="">
<tr>
<td bordercolor="#ffffff">
<p>Please take a moment to complete this form to help us better serve you.</p>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff" valign="top">
<form method="post" action="http://www7b.boulder.ibm.com/webapp/iseries/SendEmailServlet" onSubmit="processForm(document.feedbackform)" name="feedbackform">
<INPUT type="hidden" name="smtpservername" value="relay.us.ibm.com">
<INPUT type="hidden" name="addressedto" value="infocntr@us.ibm.com">
<INPUT type="hidden" name="addressedfrom" value="InfoCenter-web-survey@us.ibm.com">
<INPUT type="hidden" name="subjectformail" value="IBM eServer iSeries Information Center survey">
<input type="hidden" name="resultfilename" value="icsurvey_thanks.htm?noframes=true">
<input type="hidden" name="mailmessagetext" value="">
<input type="hidden" name="Version" value="v5r4m0">
<input type="hidden" name="Current_page" value="unknown">
<input type="hidden" name="Time_Stamp" value="unknown">
<p>
<fieldset>
<legend>Was this information easy to find?</legend>
<table width="100%"><tr align="center" valign="bottom">
<td width="50%">
<label for="Q1A">Yes</label><br>
<input type="radio" name="Q1" value="1" id="Q1A">
</td>
<td width="50%">
<label for="Q1B">No</label><br>
<input type="radio" name="Q1" value="2" id="Q1B">
</td>
</tr></table>
</fieldset>
</p>
<p>
<fieldset>
<legend>The information in this material is accurate.</legend>
<table width="100%"><tr align="center" valign="bottom">
<td width="20%">
<label for="Q2A">Strongly Agree</label><br>
<input type="radio" name="Q2" value="1" id="Q2A">
</td>
<td width="20%">
<label for="Q2B">Agree</label><br>
<input type="radio" name="Q2" value="2" id="Q2B">
</td>
<td width="20%">
<label for="Q2C">Neutral</label><br>
<input type="radio" name="Q2" value="3" id="Q2C">
</td>
<td width="20%">
<label for="Q2D">Disagree</label><br>
<input type="radio" name="Q2" value="4" id="Q2D">
</td>
<td width="20%">
<label for="Q2E">Strongly Disagree</label><br>
<input type="radio" name="Q2" value="5" id="Q2E">
</td>
</tr></table>
</fieldset>
</p>
<p>
<fieldset>
<legend>The language of this material is easy to understand.</legend>
<table width="100%"><tr align="center" valign="bottom">
<td width="20%">
<label for="Q3A">Strongly Agree</label><br>
<input type="radio" name="Q3" value="1" id="Q3A">
</td>
<td width="20%">
<label for="Q3B">Agree</label><br>
<input type="radio" name="Q3" value="2" id="Q3B">
</td>
<td width="20%">
<label for="Q3C">Neutral</label><br>
<input type="radio" name="Q3" value="3" id="Q3C">
</td>
<td width="20%">
<label for="Q3D">Disagree</label><br>
<input type="radio" name="Q3" value="4" id="Q3D">
</td>
<td width="20%">
<label for="Q3E">Strongly Disagree</label><br>
<input type="radio" name="Q3" value="5" id="Q3E">
</td>
</tr></table>
</fieldset>
</p>
<p>
<fieldset>
<legend>Did the information help you to achieve your goal?</legend>
<table width="100%"><tr align="center" valign="bottom">
<td width="33%">
<label for="Q4A">Yes</label><br>
<input type="radio" name="Q4" value="1" id="Q4A">
</td>
<td width="34%">
<label for="Q4B">No</label><br>
<input type="radio" name="Q4" value="2" id="Q4B">
</td>
<td width="33%">
<label for="Q4C">Don't know</label><br>
<input type="radio" name="Q4" value="3" id="Q4C">
</td>
</tr></table>
</fieldset>
</p>
<!-- TRNOTE: The following GIF is required by IBM Internet design standards.
See http://w3-1.ibm.com/standards/internet/essentials/buttontranslations.shtml for details.
You can find information about translated versions of the graphic on that site.
You should go to that website and then go to the specific geography page to find
the translated Submit button.
-->
<p><input type="image" src="../images/submit.gif" width="120" height="21" border="0" alt="Submit" title"Submit" name="Submit">
</p>
</form>
</td>
</tr>
<tr>
<td>
Your response will be used to improve our document content.<br>
You can use the Feedback facility in the Information Center to submit comments about specific pages.
Requests for assistance should be submitted through your normal support channel
as we cannot respond from this site.
</td>
</tr>
</table>
</body>
</html>