Works like a champ, Andrew!!  Thanks, you've been a huge help to me!
 
Doug

----- Original Message ----
From: andrew_david_kerr <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, March 22, 2006 6:16:09 AM
Subject: [Easy400Group] Re: AJAX and iSeries CALLSERVER function

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




Reply via email to