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 Chriss Miller 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 Breadcrust

  1. Breadcrust

    Creating array of certain elements

    alright, that helps alot. thanks again for helping a Javascript noobie guys! :-) -- breadcrust
  2. Breadcrust

    Creating array of certain elements

    now that I think of it, knowing how to execute code after the page has loaded (without doing it through <body onload="">) could be really useful for other things. is this possible? if not, how I could execute code after a given amount of time? -- breadcrust
  3. Breadcrust

    Creating array of certain elements

    no, im running the code as the page loads. but im also running this code after the html code of the divs i searching for. a major problem for me is that I cant change the body arguments to put an onload argument in (dont ask why). -- breadcrust
  4. Breadcrust

    Creating array of certain elements

    o_O okay... its working on Opera now. hmmm, thats even better, thanks again! ^_^ -- breadcrust
  5. Breadcrust

    Creating array of certain elements

    thanks for that. :-) that code works on IE, Gecko and KHTML, but not Opera. :-/ is it just me, or does Opera have quite a bit of problems with Javascript? -- breadcrust
  6. Breadcrust

    Creating array of certain elements

    Hi all, I'm not much of a Javascript programmer, but I need to do a little for page I'm working on. Anyway, I need help with this problem. I need to create an array of all the <div> elements that have a parent element with the class of "mr". In other words, what I want to do is kind of like...
  7. Breadcrust

    List part of command

    ... Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail - net-head@softhome.net Linux Reg. Number - 307180 (http://counter.li.org)
  8. Breadcrust

    Listbox with varying bkgd and frgd colors from row to row

    sure, i guess the easiest way to do this is to make your own proc that automaticly alters the colours for you. Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail - net-head@softhome.net Linux Reg. Number - 307180 (http://counter.li.org)
  9. Breadcrust

    TCL online documentation wanted

    if it is redirected to a porn site that wouldnt be bad :-) lol Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail - net-head@softhome.net Linux Reg. Number - 307180 (http://counter.li.org)
  10. Breadcrust

    TCL online documentation wanted

    and what year are you living in? Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail - net-head@softhome.net Linux Reg. Number - 307180 (http://counter.li.org)
  11. Breadcrust

    exec command limitation?

    note that tcl donest send commands to a shell, it comletly executes itself. i think you should use some extra curly braces ( { & } ), eg, exec ncelab -generic {FILE_NAME => &quot;./code/text_case1&quot;} work.tb:configuration Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail -...
  12. Breadcrust

    List part of command

    i am trying to use a list as part of a command, eg: set list &quot;-command exit&quot; button .exit $list but tcl interpets this as a single arugument. ive tryed using split but still no help, how can i get tcl to interpet the list as multiple arguments??? Breadcrust (aka J@red) Web -...
  13. Breadcrust

    stop tcl from taking over with errors from other apps

    alright, thankx alot Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail - net-head@softhome.net Linux Reg. Number - 307180 (http://counter.li.org)
  14. Breadcrust

    SuSE 9.0 on CDs?

    anyone know where i can download SuSE 9.0 iso iamges to burn onto cds? Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail - net-head@softhome.net Linux Reg. Number - 307180 (http://counter.li.org)
  15. Breadcrust

    Maybe if I turn it right side up?

    yeah, i hate that, when are computer manufactors going to properly recongise linux as a good desktop os??? i dont care that much through, i always build my own computers. Breadcrust (aka J@red) Web - http://www.bcwebnet.tk E-mail - net-head@softhome.net Linux Reg. Number - 307180...

Part and Inventory Search

Back
Top