Hello to all of you.
could anybody tell me why my alert is not working?
I have this function in an external javascript file.
when I call the function in my page the alert does not work.
call:
var fstree = new LiveTree(root,options);
fstree.render;
in the external file i have:
LiveTree.render = function () {
var tree = this;
windows.alert('Welcome to JavaScript');
document.write(tree.getHtml());
tree.start();
}
I would be really grateful for any help about that.
Regards,
Erick
____________________________________________________________
_______________
Découvrez une nouvelle façon d'obtenir des réponses à toutes
vos questions !
Profitez des connaissances, des opinions et des expériences
des internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.c
om
____________________________________________________________
_______________
Découvrez une nouvelle façon d'obtenir des réponses à toutes
vos questions !
Profitez des connaissances, des opinions et des expériences
des internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.c
om
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "OOP Javascript" group.
To post to this group, send email to OOP-Javascript googlegroups.com
To unsubscribe from this group, send email to
OOP-Javascript-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/OOP-Javascript
-~----------~----~----~----~------~----~------~--~---
|