RE: [Dynapi-Help] Loading to a Frame

2001-04-30 Thread Cameron Hart
> > > If you have any ideas on this, I would be grateful. > > > > Hershel > > - Original Message - > > From: "jeff" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, April 26, 2001 11:47 PM > > Subj

Re: [Dynapi-Help] Loading to a Frame

2001-04-30 Thread Jordi - IlMaestro - Ministral
and try to send > the results to a Frame, but I can not get the frame's onLoad event to > trigger my JavaScript function. > > If you have any ideas on this, I would be grateful. > > Hershel > - Original Message - > From: "jeff" <[EMAIL PROTECTED]>

RE: [Dynapi-Help] Loading to a Frame

2001-04-30 Thread Cameron Hart
r you will have to target the function as it will be in another document. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hershel > Robinson > Sent: 30 April 2001 17:01 > To: [EMAIL PROTECTED] > Subject: Re: [Dynapi-Help] Loading to

Re: [Dynapi-Help] Loading to a Frame

2001-04-30 Thread Hershel Robinson
to trigger my JavaScript function. If you have any ideas on this, I would be grateful. Hershel - Original Message - From: "jeff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 11:47 PM Subject: Re: [Dynapi-Help] Loading to a Frame > Hi

Re: [Dynapi-Help] Loading to a Frame

2001-04-26 Thread jeff
Hi, Is the problem that your url is too long, or is it that you are trying to get too much data back? In my tests LoadPanel can accept 32K of data without a problem, 64K seems to run the browser out of memory though. Jeff Hershel Robinson wrote: > DynAPI gurus, > > I understand that I can't use

RE: [Dynapi-Help] Loading to a Frame

2001-04-26 Thread Cameron Hart
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hershel > Robinson > Sent: 26 April 2001 15:36 > To: [EMAIL PROTECTED] > Subject: [Dynapi-Help] Loading to a Frame > > > DynAPI gurus, > > I understand that I can't use a LoadPanel for a really large URL

[Dynapi-Help] Loading to a Frame

2001-04-26 Thread Hershel Robinson
DynAPI gurus, I understand that I can't use a LoadPanel for a really large URL, because there is a limit to the URL size. I am trying instead to use a Form and send the results to a Frame. It is not, however, working. This is my main page: Office Builder This the JavaScript in b