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
----- 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
- Visit your group "Easy400Group" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
- [Easy400Group] Re: AJAX and iSerie... itpweb1
- [Easy400Group] Re: AJAX and iSerie... martin_d_welsh
- [Easy400Group] Re: AJAX and iSerie... martin_d_welsh
- Re: [Easy400Group] Re: AJAX and iS... schreur
- [Easy400Group] Re: AJAX and iSerie... martin_d_welsh
- [Easy400Group] Re: AJAX and iSerie... andrew_david_kerr
- Re: [Easy400Group] Re: AJAX and iS... dp
- [Easy400Group] Re: AJAX and iSerie... andrew_david_kerr
- [Easy400Group] Re: AJAX and iSerie... ncsuman89
- [Easy400Group] "binary" ... Richard ECUYER
- Re: [Easy400Group] Re: AJAX and iS... dp
- [Easy400Group] AJAX and iSeries martin_d_welsh
- [Easy400Group] Re: AJAX and iSerie... andrew_david_kerr
- [Easy400Group] Re: AJAX and iSerie... martin_d_welsh
- [Easy400Group] Re: AJAX and iSerie... itpweb1
- Re: [Easy400Group] Re: AJAX and iS... dp
- [Easy400Group] Re: AJAX and iSerie... smit_al
- Re: [Easy400Group] Re: AJAX and iS... hr
- [Easy400Group] Re: AJAX and iSeries stevem3940
