[Dynapi-Dev] [ dynapi-Bugs-494452 ] className attribute ignored

2001-12-17 Thread noreply
Bugs item #494452, was opened at 2001-12-17 19:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=494452&group_id=5757 Category: DynAPI 2 API Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Chris Campbell (quaelin) Assigned

[Dynapi-Dev] [ dynapi-Bugs-494452 ] className attribute ignored

2001-12-17 Thread noreply
Bugs item #494452, was opened at 2001-12-17 19:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=494452&group_id=5757 Category: DynAPI 2 API Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Chris Campbell (quaelin) Assigned

Re: [Dynapi-Dev] Load

2001-12-17 Thread Michael Pemberton
Raymond Irving wrote: >Hi Scott! > >Got the separate layer (no DynLayer used) to work in >NS4. I've also created a standalone (no DynAPI >libraries needed) library that I'll be posting on >wednesday. > >My only problem now is getting the scripts to load >synchronously in ns6. Does anyone have an

Re: [Dynapi-Dev] Load

2001-12-17 Thread Raymond Irving
Hi Scott! Got the separate layer (no DynLayer used) to work in NS4. I've also created a standalone (no DynAPI libraries needed) library that I'll be posting on wednesday. My only problem now is getting the scripts to load synchronously in ns6. Does anyone have any ideas how to do this? If not t

Re: [Dynapi-Dev] Load

2001-12-17 Thread Doug Melvin
> If you can get the separate layer idea to work great. > Otherwise if you don't want to pollute location.href just do > sLocation = location.href; > location.href = script; > location.href = sLocation won't that relaod the page? ___ Dynapi-Dev mail

Re: [Dynapi-Dev] Load

2001-12-17 Thread martin ström
hm if i alert(location.href) after loading a script in ns4 location.href seems to be okey, the html-page and not the included js-file. /martin harald martin ström www.pluxemburg.com | www.burnfield.com - Original Message - From: "Eytan Heidingsfeld" <[EMAIL PROTECTED]> To: "Dynapi-Dev"

Re: [Dynapi-Dev] Load

2001-12-17 Thread Scott Andrew LePera
Eytan Heidingsfeld wrote: > If you can get the separate layer idea to work great. > Otherwise if you don't want to pollute location.href just do > sLocation = location.href; > location.href = script; > location.href = sLocation Doesn't this reload the page? -- scott andrew lepera [EMAIL PROT

RE: [Dynapi-Dev] Load

2001-12-17 Thread Eytan Heidingsfeld
If you can get the separate layer idea to work great. Otherwise if you don't want to pollute location.href just do sLocation = location.href; location.href = script; location.href = sLocation 8an ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www

Re: [Dynapi-Dev] Load

2001-12-17 Thread Scott Andrew LePera
// NN4 or Opera 5 location.href = sScript; After thinking about this, I'm not sure I like this approach. First, I don't know that we can guarantee that all *all* versions of NS4.x will execue the script, rather than try to download it (as IE does). Secondly, I don't think I like the id

[Dynapi-Dev] CollapseMenu

2001-12-17 Thread ASTIER René
We are using Dynlayer and CollapseMenu. It's working fine. We are looking for a Netscape 6.2 compatible version of CollapseMenu. Is there one, is there another class doing the job ? Thank you for your answer. Kind regards, René Astier ___ Dynap

RE: [Dynapi-Dev] Load

2001-12-17 Thread martin ström
as the 2nd argument to loadFile MyObject should be an object/whatever that’s loaded in the .js file and could be used to detect whether the .js file has loaded completely. /m -- harald martin ström www.pluxemburg.com | www.burnfield.com > -Original Messa