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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. girlinterrupted24

    Placing filenames into an Array help

    Hello there, I don't know if I am on the right track at all... or whether what I want to do is possible... I basically would like to extract all filenames of files found in a folder, and to place these file names into an array... the orinal non dynamic version which works is this : var...
  2. girlinterrupted24

    Insert value at the position of the cursor

    Hey there, I just wondered if someone could help me adapt my code a little... basically it adds html style to form box content, but at the moment regardless of where the mouse cursor is within the form box when you click to add the style, it always places it at the end of the content... does...
  3. girlinterrupted24

    loop<arguments.length; invalid character ?? help

    Hey guys... I am getting this error Un nombre contenía un carácter no válido. Error al procesar Which I think means something like "The name contained a non-valid character" for (var loop=0; loop<arguments.length; loop++) { ---------------------------------------^ What could cause this...
  4. girlinterrupted24

    Can I reduce this code.....

    Hi guys, This is a function I use to update image SRC's.... BUT with 20 pictures its so long... NOT only that I would like to basically say IF there is a value passed into the function for say pic1 and so on THEN update the SRC, IF there is no value passed for that one, then dont do anything...
  5. girlinterrupted24

    I think this is impossible...

    Hello there.... I wonder if anyone can help..... Basically is there any way of.... when a user is typing text into a form text box, IF a certain word is entered this word only could be automatically highlighted in a different colour?? So for example the word "hello", if a user was typing text...

Part and Inventory Search

Back
Top