I tried following code in XML DOM -------------------------

I tried following code in XML DOM

------------------------------------



 
  Try XML


--------------------------------------------   
I tried with file (commented code)- on XP it gave "permission error", on 98 it didn't but didn't replace the changes ("*" appended to elements text).
I tried with object (uncommented code). In the downside write, it shows the modified document, but doesn't save the change to the physical file.
Can you help me in some way ?


As far as I know you can�t write XML directly from
javascript (except special cases in IE). You need to send XML text to server
side as part of url or through form submit, and use server side script to save
script in file.


So I want to resize the
grid like this:

gridhight = document.documentElement.clientHeight - topsize - bottomsize;<o:p></o:p>