User Profile

Collapse

Profile Sidebar

Collapse
marymcd
marymcd
Last Activity: Mar 26 '10, 07:12 PM
Joined: Mar 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • marymcd
    replied to ajax xmlhttprequest
    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();
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 24 '10, 06:18 PM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • marymcd
    started a topic ajax xmlhttprequest

    ajax xmlhttprequest

    Hello,

    I am trying to fix a web/database problem (someone else wrote) and am not that familiar with Java or Ajax.

    The code opens a list when data is typed in a text input field but the "onkeyup" selection is not what is written to the database.

    For example: I type "Ma" in a text box. A list of names appears: "Maggie", "Margaret", "Mary". I click on...
    See more | Go to post
    Last edited by Dormilich; Mar 23 '10, 03:19 PM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...