I have a textfield that uses a [URL=”http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-list”]dynamic dropdown select script[URL=”http://www.captain.at/howto-ajax-form-post-get.php”]via http_request
[CODE]<input type=”text” name=”country” onkeyup=”ajax_showOptions(this,’get_country’,event)” onblur=”makeRequest(‘insert.php?field_name=country&field_value=’,this.value)”>
The problem is that the *this.value*HTMLInputElement*this.value
FYI, each script works fine when not working together on the same field.
Thanks much for the help.