function setTopic() { // var info = document.location.search.substring(1).split('+'); var info = location.href.split('+'); document.feedbackForm.pluginName.value = info[0] + ".doc_8.0.0.0"; document.feedbackForm.fileName.value = ""; document.feedbackForm.topicName.value = ""; setSubject(); if (info.length>1) { document.feedbackForm.fileName.value = info[1]; setSubject(); if (info.length>2) { var s = decodeURI(info[2]); var i = s.indexOf('%20') while(i > -1) { s = s.substring(0,i) + " " + s.substring(i+3); i = s.indexOf('%20'); } document.feedbackForm.topicName.value = s; } } } function setSubject() { // // Translate this var value: var p = "WebSphere MQ Managed File Transfer 8.0.0.0 - feedback"; if (document.feedbackForm.fileName.value.length>0) { p = p + ": " + document.feedbackForm.fileName.value; } document.feedbackForm.subject.value = p; } function sendComment() { document.feedbackForm.Product.value = "WebSphere MQ Managed File Transfer"; document.feedbackForm.Version.value = "8.0.0.0"; var s = ""; // // Translate these 6 var values: // var noname = "Please tell us your name."; var noinits = "Please provide more than just your initials."; var noemail = "Please include your e-mail address."; var notvalid = "Your e-mail address does not appear to be valid."; var nocomment = "Please add some comments!"; var eqchar = "[equals character]"; x = document.feedbackForm.Email.value; if (x.length==0) s+=noemail+"\n"; else { var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (!filter.test(x)) s+=notvalid+"\n"; } x = document.feedbackForm.Comment.value; if (x.length==0) s+=nocomment+"\n"; else document.feedbackForm.Comment.value = x.replace(/=/g,eqchar); if (s.length > 0) { alert(s); return false; } return true; }
+

Search Tips | Advanced Search

Feedback

Use this form and the contacts listed to comment on the documentation only. Contact your IBM representative if you need marketing or service help or if we have specific comments about the functions of IBM products or systems.

See the following 'Fine Print' section, before submitting your comments.

 
 




Other ways to send us feedback

We can send comments to IBM by:

Please contact your IBM representative if you need specific marketing or service help or if we have specific comments about the functions of IBM products or systems.

Only use these contacts to comment on the documentation.

Information to include

Whichever method we use, ensure that you include:

The fine print

By choosing to send a message to IBM, you acknowledge that all information contained in your message, including feedback data, such as questions, comments, suggestions, or the like, shall be deemed to be non-confidential and IBM shall have no obligation of any kind with respect to such information and shall be free to reproduce, use, disclose, and distribute the information to others without limitation. Further, IBM shall be free to use any ideas, concepts, know-how or techniques contained in such information for any purpose whatsoever, including, but not limited to, developing, manufacturing and marketing products incorporating such information.


Copyright IBM Corporation 2008, 2014.