Re: [Dynapi-Help] setURL loading only part of an HTML file (withimages)

2002-09-12 Thread sjb
Dave Schultz wrote: > sjb, thanks for pointing that out. the patch does seem to work for IE. No problem. In fact .. there was one thing I should have mentioned this morning .. but it completely slipped my mind. If you look in loadpanel.js again (line 48 in mine) there is a line that looks li

Re: [Dynapi-Help] setURL loading only part of an HTML file (with images)

2002-09-12 Thread Dave Schultz
sjb, thanks for pointing that out. the patch does seem to work for IE. I have been, and may or may not continue to debug the NS6 portion of that conditional, but since this is only my second day working with Dynapi, i am not making any significant progress. Due to time constraints on this proje

Re: [Dynapi-Help] setURL loading only part of an HTML file (withimages)

2002-09-11 Thread sjb
Dave Schultz wrote: > in a nutshell, when i call setURL (loadpanel.js or loadlayer.js(Richard_Examples) it >doesnt load the whole file. There's a patch on sourceforge that changes this else if (!lpanel.loadElement.document.isLoading && lpanel.loadElement.document.readyState=='interactive' ||

[Dynapi-Help] setURL loading only part of an HTML file (with images)

2002-09-11 Thread Dave Schultz
in a nutshell, when i call setURL (loadpanel.js or loadlayer.js(Richard_Examples) it doesnt load the whole file. it seems to randomly stop loading at dfferent points, and winds up just displaying part of the file in the layer. not sure what is causeing it or how i could be messing anything up.

Re: [Dynapi-Help] setURL only partially load document

2001-11-28 Thread Doug Melvin
usually successfull the first time (only aborts once I mean) - Original Message - From: "Joe NguyenLe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 7:33 PM Subject: [Dynapi-Help] setURL only partially load document > I am experimenti

[Dynapi-Help] setURL only partially load document

2001-11-27 Thread Joe NguyenLe
I am experimenting weird problem with the latest snapshots of DynAPI 2.5.6: When I use setURL to load an external content into a LoadPanel from a link or from a script, the document only partially load and the cut off point is never at the same location. Any help would be appreciated. Cheers, JN

RE: [Dynapi-Help] setURL in combination with Lotus Domino

2001-04-06 Thread van Soest, Berno
1000 x thanks,   Will try this solution this afternoon. Have a nice weekend,   Berno. -Original Message-From: Richard Bennett [mailto:[EMAIL PROTECTED]]Sent: Friday, 06 April, 2001 14:16To: [EMAIL PROTECTED]Subject: Re: [Dynapi-Help] setURL in combination with Lotus

Re: [Dynapi-Help] setURL in combination with Lotus Domino

2001-04-06 Thread Richard Bennett
Maybe someone else knows other ways...   Richard. ps. if you end up making some examples of this, I'd be glad to add them to the rest.   - Original Message - From: "van Soest, Berno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001

RE: [Dynapi-Help] setURL in combination with Lotus Domino

2001-04-06 Thread van Soest, Berno
from a frame to a layer. Has to work in NN as well so use of innerHTML is out of the question. Thanks in advance, Berno van Soest -Original Message- From: Richard Bennett [mailto:[EMAIL PROTECTED]] Sent: Friday, 06 April, 2001 01:58 To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] setURL

Re: [Dynapi-Help] setURL in combination with Lotus Domino

2001-04-05 Thread Richard Bennett
glist here: http://www.mail-archive.com/index.php3?hunt=dynapi - Original Message - From: "van Soest, Berno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 5:06 PM Subject: [Dynapi-Help] setURL in combination with Lotus Domino > Hi,

[Dynapi-Help] setURL in combination with Lotus Domino

2001-04-05 Thread van Soest, Berno
Hi, I'm having a problem with using setURL to retrieve info from a Lotus Domino server. I tested my app local and I succeeded in retrieving info from an IIS server using ASP. A brief description of the app: I'm using 2 layers. The actual content gets loaded in the lower frame. If the content of

Re: [Dynapi-Help] setURL

2001-03-02 Thread Richard Bennett
t the loaded one. Richard - Original Message - From: "wes currier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 03, 2001 1:39 AM Subject: Re: [Dynapi-Help] setURL > OK this is good. > If the file loads only the section between the body tags

Re: [Dynapi-Help] setURL

2001-03-02 Thread wes currier
OK this is good. If the file loads only the section between the body tags could I create a file like this and have it work: some HTML Or do I have to have a fully compliant HTML page with HEAD, TITLE, BODY ? Richard Bennett wrote: > > > In looking through the examples (Christopher's) at ri

Re: [Dynapi-Help] setURL

2001-03-02 Thread Richard Bennett
I faq here: http://sourceforge.net/docman/display_doc.php?docid=656&group_id=5757 Browse the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi - Original Message - From: "wes currier" <[EMAIL PROTECTED]> To: "dynapi help" <[EMAIL PROTECTED]&

RE: [Dynapi-Help] setURL

2001-03-02 Thread Sergi Mansilla
Yes, you can load HTML files perfectly...look at my recently started page at http://members.tripod.es/Mans/ and no, there isn't much documentation about it...if you find some info, don't forget to tell me where! By the way, anybody knows if loadpanel with pushpanel isn't compatible with NS? I'm h

[Dynapi-Help] setURL

2001-03-01 Thread wes currier
In looking through the examples (Christopher's) at richard's site, referencing setURL(), one example lists the file extension when setURL() or getURL() is selected and one does not. Load txt file License Load txt file Readme What is the proper method or does it matter? Also what is read from th