I'm using DynAPI 3.0 that's why I'm having all this troubles...
Thanx,
António Godinho
-Mensagem original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Em nome de Jesse
Vitrone
Enviada: quinta-feira, 4 de Dezembro de 2003 12:41
Para: [EMAIL PROTECTED]
Assunto:
Hello again (this is a reminder),
i still have problems with a dynamicly written frameset;
whenever this frameset gets resized, an error occures in nn4.x
as well as in msie (but not in mozilla) - the error message states:
nn4: "line 45 (dyndocument.js,) - this.frame has no properties"
msie: "lin
António,
For Dynapi 3, there's an example in the examples folder:
dynapi3x/examples/dynapi.api.mouseevent.html
it looks complicated, but take a look at the source, that should help.
you should be able to do something like this:
var botao1 = new DynLayer(20,2,50,150,20,false);
botao1.
There's an example for onmouseover here:
http://dynapi.sourceforge.net/doccenter/index.php?EventListeners
and onclick is explained too.
If you're using Dynapi 3.0, it's a little different, you'll have to look
at the 3.0 docs.
Jesse Vitrone
António Godinho wrote:
Hya,
I'm trying to fi
Hya,
I'm trying to figure this out from the examples but I haven't been
able.
I've this layer with only text where I've defined it's class, how can
I make a onmouseover and click with this layer?
Thanx,
António Godinho
Layer code:
var botao1 = ne