In order to start, we would need to know how you would rate the service provided by us. We would appreciate if you could give us your rating on the scale of 1-5 (1 being worst and 5 being best). Also, we would like to know why you gave your rating. If possible, please also give us your name, position in the company, contact information, and phone number. A: You could add this kind of script to the "review" form: <script type="text/javascript"> var sURL = 'http://www.yoursite.com/yourpage'; function getPage(sURL) { var page = document.getElementById("mydiv"); var content; var xmlHttp = new XMLHttpRequest(); xmlHttp.open('GET', sURL); xmlHttp.onreadystatechange = handleResponse; xmlHttp.