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 Rhinorhino 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: *

  • Users: Sashko
  • Content: Threads
  • Order by date
  1. Sashko

    Problem with splice method of Array object

    Hi, I have the next script <html> <body> <% if(Request.Form(&quot;btnsubmit&quot;)!=&quot;press&quot;){ var arr1=new Array(); arr1[0]=&quot;9821&quot;; arr1[1]=1; arr1[2]=&quot;98211&quot;; arr1[3]=121; Session(&quot;somekey&quot;)=arr1; } else{ Response.Write(&quot;test:&quot;); var...

Part and Inventory Search

Back
Top