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; }
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.
Other ways to send us feedback
We can send comments to IBM by:
- User Technologies Department (MP095)
IBM United Kingdom Laboratories
Hursley Park
WINCHESTER
Hampshire
SO21 2JN
United Kingdom- Fax
- From the UK: 01962 842327
- From elsewhere: <international code> 44 1962 842327
(Use this method in preference to completing this form if you want to include attachments with your comments.)
- idrcf@hursley.ibm.com
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 product name and version. (Sent automatically if we use this form.)
- The topic reference and title, if you want to comment on a particular topic.
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.