List Info

Thread: 'alert' problem!




'alert' problem!
country flaguser name
Czech Republic
2007-04-05 02:23:59
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-Javascriptgooglegroups.com
To unsubscribe from this group, send email to
OOP-Javascript-unsubscribegooglegroups.com
For more options, visit this group at http://
groups.google.com/group/OOP-Javascript
-~----------~----~----~----~------~----~------~--~---


Re: 'alert' problem!
country flaguser name
United States
2007-04-16 14:23:15
Change windows.alert(...); to window.alert(...); or even
just
alert(...);


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "OOP Javascript" group.
To post to this group, send email to OOP-Javascriptgooglegroups.com
To unsubscribe from this group, send email to
OOP-Javascript-unsubscribegooglegroups.com
For more options, visit this group at http://
groups.google.com/group/OOP-Javascript
-~----------~----~----~----~------~----~------~--~---


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )