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 TouchToneTommy 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 cellpeter

  1. cellpeter

    For loop not detecting

    Wow thank you very much, Am surprised that the solution was obvious programmers make extra money >>http://www.scriptlance.com/cgi-bin/freelancers/r.cgi?USER
  2. cellpeter

    For loop not detecting

    Thank you for the prompt reply, but I am currently using the opera browser for testing this function programmers make extra money >>http://www.scriptlance.com/cgi-bin/freelancers/r.cgi?USER
  3. cellpeter

    For loop not detecting

    Hello, I am trying to create a function where data in a table row if duplicated e.g. 4, then the function will display an alert indicating that the function has detected a row of data which is exactly the same So far for any experiment I've used the function to detect only the string '4' in...
  4. cellpeter

    deleting the windows folder via boot disk and then install windows xp

    ok thanks you very much for your advice programmers make extra money >>http://www.scriptlance.com/cgi-bin/freelancers/r.cgi?USER
  5. cellpeter

    deleting the windows folder via boot disk and then install windows xp

    ok thanks for the response I was wondering if I could use rmdir instead of deltree? would it make any difference? programmers make extra money >>http://www.scriptlance.com/cgi-bin/freelancers/r.cgi?USER
  6. cellpeter

    deleting the windows folder via boot disk and then install windows xp

    I was wondering If tiy was possiblefor example to go into DOS via boot disk and then delete the windows directory so that when you install another windows (windows xp for example) It will be like you've merely peformed a fresh installation of windows without taking off everything else? e.g...
  7. cellpeter

    can't load png files through loadmovie?

    Ok thanks once again, I will try to get flash 8 <a href=" http://www.scriptlance.com/cgi-bin/freelancers/r.cgi?dogma">programmers make extra money</a>
  8. cellpeter

    getting length from getElementsFromTagName Array

    Thank you so much! Your solution worked perfectly
  9. cellpeter

    getting length from getElementsFromTagName Array

    Ok What I wanted to do is to get the string length of a hyperlink from the getElementsByTagName array... But for some reason the alert keeps saying undefined.. I have no idea what the problem is.. I tried to create an array in the code itself and I was able to get the length of the element...
  10. cellpeter

    can't load png files through loadmovie?

    ok thanks for the info
  11. cellpeter

    can't load png files through loadmovie?

    Ok i am currently using flash mx and when i use the loadmovie function to load images any image which is in jpeg format (*.jpg) loads with out any problems however when i try to load png images (*.png) or gif (*.gif) nothing shows up.. so i was wondering if anyone has any advice to resolve...
  12. cellpeter

    Loading images from a current folder/subfolder and display on webpage

    hmm you could try http://www.actionscript.org or http://www.webwasp.co.uk both are very good resources for any flash tips
  13. cellpeter

    Can I retrieve table width??

    you need to know how to use getElementById for the function to work example.. ---------------------------------------- <Script language=javascript> function test() { widthoftable = document.getElementById('TT').width; heightoftable = document.getElementById('TT').height...
  14. cellpeter

    HTML pages with php?

    why not try the extension phtml
  15. cellpeter

    Simple array question

    yeah there is, you just use the count function this counts the number of items there are in an array example <?php $A = array("A","B","C"); echo count($A); ?>

Part and Inventory Search

Back
Top