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 derfloh 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. nikscrasher

    Splitting the string to insert to the fields.

    Hi, I need to parse this one long text string into 3 distinct columns: serialno, denomination, cardtype to insert to database. Here's my example string: vchr_Card = '0000000001-0000000010,100,sb; 0000000015,150,sp; 0000000127,10,sa; 0000000128-0000000135,15,sc...
  2. nikscrasher

    Help with dynamic select in dynamic table using DOM

    Sir, Thank you for answering my question, but how can i do this?in my previous code there's already an id which is iteration for that select? Please help me doing this.. Thank you.
  3. nikscrasher

    Help with dynamic select in dynamic table using DOM

    Hi, I have a table in which rows can be added one by one, dynamically on clicking the 'addrow' button of the various cells in each row, two drop down lists which are to be dynamic drop downs. That is, based on value selected in first drop down shud get populated. I'm encountering problem doing...
  4. nikscrasher

    Delete duplicates in an array

    Sir/Ma'am, I have some question in javascript, I want to delete the values that is greater than 5 instances in an array. For example here's my array myarray = [123456,234567,741852,963852, 123456,123456,123456,123456,123456]; Thank you in advance...
  5. nikscrasher

    Problem in Button Click

    I have a problem when I click the button the url is not in proper way. Instead of : http://itswebdev/bjnet/template2.aspx?target=submitbet&sessionid=5F215CB6-BCCA-4F3D-A26D-488DABA897A0 'not valid...
  6. nikscrasher

    Horse Racing

    Sir/Ma'am, There's anyone who knows horse racing using java applet? thank u..

Part and Inventory Search

Back
Top