Results 1 to 10 of 10

Thread: Who know ASP ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    y
    Posts
    141
    Hi All
    Does anyone know ASP good?

    Please helpme
    Thanks

    [email protected]

    Efrat

    (Tom is ...sleeping)

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    I know enough about ASP, what were you wanting to know?

  3. #3
    Guest

    Cool

    What can i do for u ..?

    Regards,
    Mac

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

  5. #5
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    no replies yet i see


    jeez it's slower to load with all the pictures

  6. #6
    New Member
    Join Date
    Feb 2001
    Location
    Marbella, Costa Del Sol, Spain
    Posts
    3

    Hmmm..

    Sure? Why?
    Damn.. I miss LA...

  7. #7
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    Question WHAT DO YOU WANT?

    The idea of this forum is so we share knowledge, not look for personal tutors!

    Post your questions and we will answer them H E R E
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    y
    Posts
    141

    Unhappy Link and combo

    Hi
    My Q:"THE Field NickName need to be a link just for the show
    and the field Life need to be ComboBox

    Thanks
    Efrat
    Look attach
    Attached Files Attached Files

  9. #9
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    Question ?????????

    Please clarify!
    Your code looks like you are populating a table with data from your database, and the first column is required to be used as a link? if so then the following line should be changed:
    Code:
    objrs("Flow_Name") &  "</td><td>" & _
    ' TO
    "<a href=" & objrs("Flow_Name") & ">" & objrs("Flow_Name") & "<a></td><td>" & _
    Secondly, you want the Life column to be a combo box? This would mean removing it from the table, otherwise the table cells for that column would each have a combo with one item each? (Using a <SELECT>)
    You need to rephrase your Q so I can understand your requirement.
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  10. #10
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    the field nickname need to be a LINK Just for the show??
    i don't get this?

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