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

271 lines
12 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 feedback form">
<meta name="Description" content="Information Center feedback 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 - Feedback 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>";
}
function getTitle(){
var currentPage = "";
currentPage = (opener == null) ? this.document.title : opener.document.title;
currentPage = (currentPage == "") ? "Cannot be determined" : currentPage;
return currentPage;
}
function writeToDiv(text,id)
{
if (document.getElementById)
{
x = document.getElementById(id);
x.innerHTML = text;
}
else if (document.all)
{
x = document.all[id];
x.innerHTML = text;
}
else if (document.layers)
{
x = document.layers[id];
text2 = '<P CLASS="testclass">' + text + '<\/P>';
x.document.open();
x.document.write(text2);
x.document.close();
}
}
function init(){
var currentTitle = getTitle();
writeToDiv(currentTitle,'divcurrentpage');
}
//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" onLoad="init()" onFocus="init()">
<!-- 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 intro matter has 1 column -->
<h1>Feedback form</h1>
<strong>IBM eServer iSeries information center</strong>
<table class="layout" border="0" cellpadding="0" width="340px" summary="Introductory information.">
<tr>
<td bordercolor="#ffffff">
<p>Use the form below to send your comments and suggestions on the
iSeries Information Center. Your feedback goes directly to the people responsible
for the information center. One of them will contact you. </p>
</p>
<!-- TRNOTE: The following paragraph was mandated by IBM corporate privacy
guidelines - even if there are no required fields. There are no required
fields on this form, so there will be no asterisks. See
http://w3.ibm.com/standards/internet/privacy/ for details. You can find
information about translated versions of the paragraph on that site. -->
<p><font size="-1">The fields indicated with an asterisk (*) are required
to complete this transaction. Other fields are optional. If you do not
want to provide the required information, close this window.</font>
</p>
</td>
</tr>
</table>
<!-- End of table for intro matter -->
<!-- Table for form -->
<table class="layout" width="340px" border="0" cellpadding="0" cellspacing="0" class="layout" summary="">
<tr>
<td width="352" 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="rchinfoc@us.ibm.com">
<INPUT type="hidden" name="addressedfrom" value="InfoCenter-web-form@us.ibm.com">
<INPUT type="hidden" name="subjectformail" value="iSeries Information Center feedback">
<input type="hidden" name="resultfilename" value="icfeedback_thanks.htm?noframes=true">
<input type="hidden" name="mailmessagetext">
<input type="hidden" name="Version" value="v5r4m0">
<input type="hidden" name="Current_page" value="unknown">
<input type="hidden" name="Time_Stamp" value="unknown">
<p>
<!-- initialize the contents of the following DIV in an odd way so that
we at least get *some* content for NS4.x. All other browsers will also be
able to update the contents of the DIV dynamically afterwards. See init() function -->
<label for="currenttopicControl"><strong>Current topic</strong></label><br>
<div id="divcurrentpage">
<script language="JavaScript" type="text/javascript" CHARSET="UTF-8">
<!--
document.write(getTitle());
//-->
</script></div>
<p>
<label><strong>Your name:</strong><br>
<input name="Name" size="35" maxlength="50"></label>
</p>
<p>
<label><strong>Your e-mail address:</strong><span class="ast">*</span><br>
<input name="Email" size="35" maxlength="50"></label>
</p>
<p>
<label><strong>Your telephone number:</strong><br>
<input name="Phone" size="35" maxlength="50"></label>
</p>
<p>
<label for="commentControl"><strong>Enter your comments below:</strong></label><span class="ast">*</span><br>
<textarea cols="35" name="Comment" rows="12" wrap="PHYSICAL" id="commentControl"></textarea>
</p>
<br>
<!-- TRNOTE: The following paragraph is mandated by IBM corporate privacy guidelines.
See http://w3.ibm.com/standards/internet/privacy/ for details.
You can find information about translated versions of the paragraph on that site. -->
<p><font size="-1">This data may be used by IBM or selected organizations
to provide you with information about other offerings. To receive this
by e-mail, check the first box below. Alternatively, if you prefer
not to receive such information by any means, check the second box.</font>
</p>
<!-- TRNOTE: The following paragraph is mandated by IBM corporate privacy guidelines.
See http://w3.ibm.com/standards/internet/privacy/ for details.
You can find information about translated versions of the paragraph on that site. -->
<p>
<input type="checkbox" name="Opt_email" value="Yes, use e-mail to send me information about other offerings." id="optemailControl"><label for="optemailControl"><font size="-1">Yes, use e-mail to send me information about other offerings.</font></label>
</p>
<!-- TRNOTE: The following paragraph was mandated by IBM corporate privacy guidelines.
See http://w3.ibm.com/standards/internet/privacy/ for details.
You can find information about translated versions of the paragraph on that site. -->
<p>
<input type="checkbox" name="Opt_out" value="Please do not use this data to send me information about other offerings." id="optoutControl">
<label for="optoutControl"><font size="-1">Do not use this data to send me information about other offerings.</font></label>
</p>
<p>
<!-- TRNOTE: The following sentence may be required in certain countries (e.g. As determined by local counsel).
See http://w3.ibm.com/standards/internet/privacy/ for details.
If you decide that you need to include the following paragraph:
First, uncomment the paragraph.
Second, if your geography has a translated version of the privacy page,
you will need to change the geography portion of the URL. For example,
Japanese would change http://www.ibm.com/privacy/us/
to be http://www.ibm.com/privacy/jp/ -->
<p>By clicking "submit" you agree that IBM may process your data in the manner indicated above and as described in <a href="http://www.ibm.com/privacy/us/" target="_blank">Privacy</a>.</p>
<!-- TRNOTE: The following GIF is required by IBM Internet design standards.
See http://w3-03.ibm.com/standards/internet/OneX/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">
<!-- <input type="submit" value="Submit Feedback"> <input type="reset" value="Clear"> -->
</form>
</td>
</tr>
</table>
<!-- End of table for form -->
<!-- Table for Other ways to send feedback -->
<hr size="1" noshade>
<h2>Other ways to send us feedback</h2>
<table class="layout" border="0" cellspacing="0" width="340px" summary="Other ways to send feedback.">
<tr>
<td>
You can send comments by <strong>fax</strong>:
<ul>
<li>
In the United States, Canada, and Puerto Rico:<br>1-800-937-3430
</li>
<li>
Other countries or regions: 1-507-253-5192
</li>
</ul>
<p>
You can send comments by <strong>mail</strong>:
</p>
<div class="address">
IBM Corporation<br>
Attention: Department 542<br>
RCHCLERK<br>
3605 Highway 52 N<br>
Rochester, MN 55901-7829<br>
USA
</div>
<p>
<strong>Note:</strong> Contact your IBM representative if you need specific marketing or service help (1-800-IBM-SERV) or if you have specific comments about the functions of IBM products or systems.
</p>
</td>
</tr>
</table>
</body>
</html>