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
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
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
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
> 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
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"
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
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
// 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
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
as the 2nd argument to loadFile
MyObject should be an object/whatever thats 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
11 matches
Mail list logo