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 Chris Miller 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: olchiik
  • Order by date
  1. olchiik

    How to enable users to attach document to the form

    Thank you!
  2. olchiik

    How to enable users to attach document to the form

    Hello, I was requested to program a form where people can apply for award. They need to be able to attach documents. I have never done it before. I was trying to find some kind of tutorial or sample code, but couldn't find anything. Could you someone please help me? I am not even sure I can...
  3. olchiik

    How to sort both ways by clicking on column name

    Mansii, I just put those url parameters (url.sortcolumn and url.sortorder) in hidden fields.
  4. olchiik

    How to sort both ways by clicking on column name

    Mansii...thank you for your help! I found the way. It works!
  5. olchiik

    How to sort both ways by clicking on column name

    Hi mansii, I have a problem to implement code from FAQ. The problem occurs when I try to output url parameters. Because I need to resubmit form to keep search results when I sort, I use javascript submit() function. When I add #changeOrder('entrydate')# to it, it gives me Javascript syntax...
  6. olchiik

    How to sort both ways by clicking on column name

    mansii, Thank you!
  7. olchiik

    How to sort both ways by clicking on column name

    Hello, I have another problem. Now that my sort works perfectly, I was requested to make sure it sorts in both DESC and ASC orders. Does anybody know how to do it????
  8. olchiik

    How to sort search query results and keep the results same

    cfSearching..I got it... thank you for your help
  9. olchiik

    How to sort search query results and keep the results same

    I got to the point when it displays only searched records, but sort gives me JavaScript error. <a href="javascript:document.getElementById('passinfo').submit();&sort=feedbackregard"> I guess I cannot do it like this... but how do I add sort?
  10. olchiik

    How to sort search query results and keep the results same

    Hi cfSearching. I am kind of lost here. I know how to submit form using link, but I don't know how to submit and sort using same link. There is more than one column I need to be able to sort by. I was trying it, but it still displays all records and doesn't sort:-(
  11. olchiik

    How to sort search query results and keep the results same

    Oh..no it's not. How do I make it to sumit the form?
  12. olchiik

    How to sort search query results and keep the results same

    I have used form with hidden fields and I put method "get" and it didn't do anything. It still shows all results after I click on column name :-(
  13. olchiik

    How to sort search query results and keep the results same

    CfSearching thank you for your help. I will try to do it
  14. olchiik

    How to sort search query results and keep the results same

    Hello, I need to be able to sort results by clicking on column header. I know how to do it, but the problem is it sorts all the results. I have a "search by" form. So the results I get come from that search form, depending what user is looking for. Then in the results I need to include sort by...
  15. olchiik

    How to capture page title from previous URL?

    tlhawkins ...yes, on this count I am very good! Thank you very much for being patient with me and helping me. Now I am wrestling to remove those <title> and </title> I did find the way to remove <title> not sure if it's essential to remove </title>. Because I removed beginning tag, page title...
  16. olchiik

    How to capture page title from previous URL?

    Oh...I got it...stupid me... Thank you very very very very very very very much!!!!!!!!!!
  17. olchiik

    How to capture page title from previous URL?

    Yes, in source it is there
  18. olchiik

    How to capture page title from previous URL?

    this is the output I get The value of st.pos[1] is: 26. The value of st.len[1] is: 27.
  19. olchiik

    How to capture page title from previous URL?

    it gave me the start position and length, but it didn't output the entire title tag
  20. olchiik

    How to capture page title from previous URL?

    Yes, I can see title in source code. Hmmm.... I guess I don't understand this functions enough to play with them in a right way

Part and Inventory Search

Back
Top