still be executed as intended.
Christof
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Abre Chase
> Sent: Wednesday, April 18, 2001 5:13 PM
> To: '[EMAIL PROTECTED]'
> Subject: [Dynapi-Help] DynAPI.include() and disappearing s
Hello everyone!
I'm using the 1.25.01 release of DynAPI 2. I'm having a very odd problem
with NS4.5 where the source code disappears from the View Source option -
but only when I use the DynAPI.include() method. It's very odd to say the
least. I've included the source code from IE5 and NS4.5.
There's is a problem in the release versions include method.. try replacing
it with (in the DynAPI.js file):
include : function(src,path) {
if (src.substring(src.length-3)!=".js") src+=".js";
var pckg=src.substring(0,src.indexOf('.'));
var g
I'm trying to follow Pascal's tutorial "Using the DynAPI - part 4 :
Widgets".
Unfortunately, I'm unable to run the example. I always get: "button" is
undefined in bothe NS and IE. I suspect 'button.js' is not included. I
tryed
moving the file in different locations with no avail. What am I doing
w