I tried in a different browser with the same results. Giving the input an id and changing "this.value " to that id resulted in no names populating the selection box.
Here is the ajax.js src code:
Code:
function xmlhttpRequest(strURL,strInput,strOutput) {
var xmlHttpReq = false;
var self = this;
// Mozilla/Safari
if (window.XMLHttpRequest) {
self.xmlHttpReq = new XMLHttpRequest();
Leave a comment: