Doug

Would something like this not work?

function updatePage() {
  if (xmlHttp.readyState == 4) {
    var response = xmlHttp.responseText;
    document.myform.ibstring.value=response;
  }
}

--- In [email protected], dp <[EMAIL PROTECTED]> wrote:
>
> I had the same problem Martin, and it was due to the underscores.
>  
> Guys - I want to be able to load text boxes from the response.  
Currently, I'm using <div> but I'd like to be able to load text boxes 
(eg <input name=ibstring type=text size=15>)..  Has anyone had any 
luck or experience with this?
>  
> Thanks
> Doug 






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to