Results 1 to 4 of 4

Thread: params

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    How could i get each element with i in the params items
    For each item in params
    i=i+1
    Response.Write i & "=" & params(item) & "<BR>"
    Next

    I'm trying to call specific elements of params so i can insert into a db

    ie: params(i)

    Cheers

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    This dont work either
    item(i)

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    what params are you referring to?

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    I've done it.. d'oh just remembered

    set params = Request.Form


    params.item("ParamaterWanted")


    Cheers

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width