Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CaptainSensible

  1. CaptainSensible

    Word2html conversion problem (word2002, network access)

    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...
  2. CaptainSensible

    Create a selection at specified scrollHeight

    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...
  3. CaptainSensible

    Create a selection at specified scrollHeight

    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.
  4. CaptainSensible

    VBScript for MS-Word

    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...
  5. CaptainSensible

    recursive programming problem using checkboxes

    Ok, sorry, it was just a minor problem: for (i=eval(debut); i<collection.elements.length; i++){ ... I forgot to write &quot;var&quot;!! 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!
  6. CaptainSensible

    recursive programming problem using checkboxes

    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...
  7. CaptainSensible

    recursive programming problem using checkboxes

    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=&quot;Collection-LI-first&quot;> <INPUT type=&quot;checkbox&quot; name=&quot;common&quot...

Part and Inventory Search

Back
Top