asafg
09-18-2008, 09:43 AM
Hi all,
I want to build a tiny "application":
its a simple web page "mytodo.xml"
formated by "format.xslt"
the xslt makes a table of tasks.
1. todo 1
2. todo 2
I want to add a row to the table with a link
<td>
addTodo onclick()="addelemet()"
</td>
3. AddTodo
that can add element to my xml file with my new task.
with IE I managed to save the xmldoc but with FF I cant find the command.
I dont want server side application.
I save txt file is good enough for me.
thanks for any help
Asaf
I want to build a tiny "application":
its a simple web page "mytodo.xml"
formated by "format.xslt"
the xslt makes a table of tasks.
1. todo 1
2. todo 2
I want to add a row to the table with a link
<td>
addTodo onclick()="addelemet()"
</td>
3. AddTodo
that can add element to my xml file with my new task.
with IE I managed to save the xmldoc but with FF I cant find the command.
I dont want server side application.
I save txt file is good enough for me.
thanks for any help
Asaf