Home     |     .Net Programming    |     cSharp Home    |     Sql Server Home    |     Javascript / Client Side Development     |     Ajax Programming

Ruby on Rails Development     |     Perl Programming     |     C Programming Language     |     C++ Programming     |     IT Jobs

Python Programming Language     |     Laptop Suggestions?    |     TCL Scripting     |     Fortran Programming     |     Scheme Programming Language


 
 
Cervo Technologies
The Right Source to Outsource

MS Dynamics CRM 3.0

Ajax Programming

alert probelm


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

___________________________________________________________________________
Dcouvrez une nouvelle faon d'obtenir des rponses toutes vos questions !
Profitez des connaissances, des opinions et des expriences des internautes sur Yahoo! Questions/Rponses
http://fr.answers.yahoo.com

___________________________________________________________________________
Dcouvrez une nouvelle faon d'obtenir des rponses toutes vos questions !
Profitez des connaissances, des opinions et des expriences des internautes sur Yahoo! Questions/Rponses
http://fr.answers.yahoo.com

___________________________________________________________________________
Dcouvrez une nouvelle faon d'obtenir des rponses toutes vos questions !
Profitez des connaissances, des opinions et des expriences des internautes sur Yahoo! Questions/Rponses
http://fr.answers.yahoo.com

[ Attached Message ]
From: eric amougou <americ@yahoo.fr>
To: ajax-world@googlegroups.com
Date: Thu, 5 Apr 2007 07:12:43 +0000 (GMT)
Local: Thurs, Apr 5 2007 3:12 am
Subject: 'alert' problem!

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

___________________________________________________________________________
Dcouvrez une nouvelle faon d'obtenir des rponses toutes vos questions !
Profitez des connaissances, des opinions et des expriences des internautes sur Yahoo! Questions/Rponses
http://fr.answers.yahoo.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Prototype.js" group.
To post to this group, send email to Prototypejs@googlegroups.com
To unsubscribe from this group, send email to Prototypejs-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Prototypejs?hl=en
-~----------~----~----~----~------~----~------~--~---

___________________________________________________________________________
Dcouvrez une nouvelle faon d'obtenir des rponses toutes vos questions !
Profitez des connaissances, des opinions et des expriences des internautes sur Yahoo! Questions/Rponses
http://fr.answers.yahoo.com

there is no such object as windows. There is window

Eric

On 4/5/07, eric amougou <americ@yahoo.fr> wrote:

try
    window.alert('Welcome to JavaScript');

or just alert(...);

ok?

[]s

On 4/5/07, Eric Pascarello <alienf@gmail.com> wrote:

--
-----------------------------------------------
Valdemar Jnior
Desenvolvedor Java
WebSite: http://www.valdemarjr.net
Mobile: (+55) (83) 8847 6150
-----------------------------------------------
Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc