Re: [Dynapi-Help] loadHTML + Java ?

2000-12-21 Thread Peter Luxmore
Scott The link below describes an interesting ticker java applet using javascript to communicate. You can even change the message etc on the fly. Works well with IE4+ as well and I have used it on a few sites. http://www.builder.com/Programming/Scripter/071299/ Regards Peter Luxmore Scott Andr

Re: [Dynapi-Help] loadHTML + Java ?

2000-12-19 Thread Eytan Heidingsfeld
There already is such an applet released by M$FT. I lost the specific file but anyone who wants it can search there web-site. ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/dynapi-help

RE: [Dynapi-Help] loadHTML + Java ?

2000-12-18 Thread Matthew Shirey
TECTED] Subject: Re: [Dynapi-Help] loadHTML + Java ? I think you wouldn't even need an applet, rather do all the Java calls from with in JavaScript. So instead of writing an applet, inserting it, and calling document.loadapplet.whatever(), we can create a JavaScript object which does stuff

Re: [Dynapi-Help] loadHTML + Java ?

2000-12-18 Thread Dan Steinman
I think you wouldn't even need an applet, rather do all the Java calls from with in JavaScript. So instead of writing an applet, inserting it, and calling document.loadapplet.whatever(), we can create a JavaScript object which does stuff like this: function JavaLoad(url) { reader = new jav

RE: [Dynapi-Help] loadHTML + Java ?

2000-12-18 Thread Matthew Shirey
Naw, the 4.0+ IEs on the PC can as well. M. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Andrew LePera Sent: Monday, December 18, 2000 11:12 AM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] loadHTML + Java ? I though JS communication with

Re: [Dynapi-Help] loadHTML + Java ?

2000-12-18 Thread Scott Andrew LePera
I though JS communication with applets was an Netscape-only feature. Is that correct? Maybe at some point we can start a library of server-side components that work with DynAPI, in Perl, PHP, Coldfusion and what-have-you. I'm pretty sure Dan's servertask was meant to facilitate things like this

[Dynapi-Help] loadHTML + Java ?

2000-12-18 Thread Matthew Shirey
Hey all, I was wondering if anyone might be interested in a Java solution for dynamically loading a web page into layer? It would be quite simple to create a small invisible applet that JS could send calls to. The applet would make the call to the web server and return the page to the JavaScrip

Re: [Dynapi-Help] loadHTML

2000-12-08 Thread Brandon Myers
t;[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 1:11 PM Subject: Re: [Dynapi-Help] loadHTML > Hi Max, I think I found the problem: > > One, a typo in loadHTML: > > DynAPI.dyndoc > > should be: > > DynAPI.document > > Also, you'll notice that in loadHTML t

Re: [Dynapi-Help] loadHTML

2000-12-06 Thread Scott Andrew LePera
Hi Max, I think I found the problem: One, a typo in loadHTML: DynAPI.dyndoc should be: DynAPI.document Also, you'll notice that in loadHTML the loadqueue eventlistener is only added to the base dyndocument: DynAPI.document.addEventListener(lqLoadEvent) So this may need to be reworked if you

Re: [Dynapi-Help] loadHTML

2000-12-05 Thread Max Campsell
ot; gridDiv.css.borderStyle="solid" gridDiv.setVisible(true) then its NO GO Appears to be a problem handling the DynDocument? I hope I am helping and not causing more problems. Max - Original Message - From: "Brandon Myers" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [Dynapi-Help] loadHTML

2000-12-05 Thread Max Campsell
ons, I was unable to follow the rest of your instructions in the Email. thanks Max - Original Message - From: "Brandon Myers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 06, 2000 9:03 AM Subject: Re: [Dynapi-Help] loadHTML > For all tho

Re: [Dynapi-Help] loadHTML

2000-12-05 Thread Brandon Myers
Simple search and replace will fix this. I made quite a few enhancements and speed increases to the core. It's quite stable. - Original Message - From: "Geoffrey Makstutis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 26, 2000 5:14 PM Subject: