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!

Recent content by Sashko

  1. Sashko

    Problem with splice method of Array object

    One more interesting thing : I can access property "length" and operator [] of that array, but don't have an access to any method.
  2. 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