Click to See Complete Forum and Search --> : Implementing two functions


Abdi
10-18-2003, 10:27 AM
Hi everyone,

I was looking for two functions to use for an Voicexml application one is for deleting a messagewhich could be DeleTeMesaage() and another one is SaveMessage() and really I don't have any experience in javascript ?

Can anyone Help me get started ?


Thanks ?

Khalid Ali
10-18-2003, 10:59 AM
your question is pretty vague,
you are not givingmuch information on what those 2 functions will fo in their body?

if you are trying to delete an html element show us the code wehre you have this and some one will point you in right direction

Abdi
10-18-2003, 11:38 AM
Hi,

I was working on voicexml application that acts as a voicemail
so this application gets messages that messages must be manipulated somehow, some of manipulation that I want to undertake is to Save a message or delete a message, imagine how you would store a text and delete.

thanks in advance

Khalid Ali
10-18-2003, 12:22 PM
If you want to save a message on a hard drive or db,yo will need to use a server side language as well as a web server.
And as I said before,if you are after deleting elements then its too general of a question,
to point in a direction,
search the web for
parentNode.removeChild(child);
and
child.removeNode(true);