Hello!
This piece of code was succesfully used in many occasions to automatically convert word documents to html, but I'm now having a problem; the only difference between succesful cases is that the original file that is opened is on the network, opened in read-only, but saved on my computer...
No response?
ok, maybe I'll try to explain another way:
I have a text in a left frame, at a scrollheight and I align a second text from right frame.
if left text current scrollheigth is at 20% of total text, I position right text at 20% of total right text.
Now, I want to highlight the...
Hello,
I would like to highlight a paragraph in a page (similar to the result of 3 clicks on a text), and all I know is the scrollHeight of the document where the textrange must be selected. Is this possible???
Thanks in advance.
Hello,
I'm currently using ms-word via Java to convert word files to html, but it also converts track changes from the word file, so I'm trying to find a way to change properties of Word so it doesn't display the track changes, and so doesn't convert them in the HTML version. I'm a beginner in...
Ok, sorry, it was just a minor problem:
for (i=eval(debut); i<collection.elements.length; i++){
...
I forgot to write "var"!!
for (VAR i=eval(debut); i<collection.elements.length; i++){
...
I didn't know I had to do this.
Ok, thanks for the interest. Good day!
Sorry,
debut is just an integer value (=0); yes, id and parentid, are tag attributes, wich I use to make the tree structure.
hasChildren is just a small simple function wich looks if there are other checkboxes with a parentid==id, (no problem with it)
clearChildren is the recursive call;
In...
Hello,
I'm having trouble with a function using recursive programming to uncheck checkboxes, organized as a tree, with parents, child...
As an example:
<LI class="Collection-LI-first">
<INPUT type="checkbox" name="common"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.