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 strongm 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. prolog2345

    indexing an object with a string?

    Can someone help me with the following syntax in c#: say i have a class MyClass in many books in C# i have seen the following syntax: MyClass["Name"] what does this mean? i have read about indexers but they take an argument of type 'int' not 'String'. So what does this syntax retrieve...
  2. prolog2345

    is there a good IDE for javascript?

    Thanks Tracy I am looking at some of the editors you have listed most of tham you have to pay for but some have free trials so am gone give tham a try. I am currently using macromedia dreamweaver to edit the javascript code but i am not happy with it, since it does not have the basic...
  3. prolog2345

    haw do you truncate a string.

    does anyone know haw can i truncate a string in javascript. i have looked the methods javascript supports but i dident see anything like it. thanks
  4. prolog2345

    is there a good IDE for javascript?

    does anyone know any good and free javascript IDE that you prefer and think is good .
  5. prolog2345

    passing array as an argument to a method

    --------frogot to atach the rest of the code thanks for you answer jeff. but i still get the same error even though i changed the name from 'arguments' to 'myArray'. still getting the same runtime eception:'id' is null or not an object'. its strange but if instead of passing the array to...
  6. prolog2345

    passing array as an argument to a method

    thanks for you answer jeff. but i still get the same error even though i changed the name from 'arguments' to 'myArray'. still getting the same runtime eception:'id' is null or not an object'. its strange but if instead of passing the array to 'function formErr ' i pass the elemts in the array...
  7. prolog2345

    passing array as an argument to a method

    Hi there, i am new to javascript and i was heaving a problem with the code below, i get a runtime exception saying 'id is null or not an object' ( i try to acces 'id' from the 'function formErr(arguments)' ) this does not make sence to me since everything seems quite straight forward. Perhaps...

Part and Inventory Search

Back
Top