Results 1 to 40 of 87

Thread: Winsock: Making HTTP POST/GET Requests

Threaded View

  1. #7
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    Re: Winsock: Making HTTP POST/GET Requests

    Rich thank for u reply. could u be more specific how to use the code like what controles i need and ...
    Your code does not post back the result of post request and also taking value from sql directly will not do what i want. Since i want to execute a list of values and sql will not be able to fetch them one by one .
    Therefore i populate the values in a listbox first then i want to the process them one by one so i be happy if u show me how that can be done either your code or visualAd code.

    My main goal is to be able to do the following :

    In textbox1 where i put the post url such as : http://localhost/scripts/script.php

    then 2 small text box(textbox1 and textbox2) one for the value i want to send to my script and and value name and a listbox,textbox4 and submit button.

    I want to be able to type values in textbox1 and textbox 2 and click submit and the result get output in my textbox4.Also i want to be able to automate the process so instead of me having to type value to textbox3 which holds value to be passed to post , Instad i click on button and the program takes first item of listbox and put it in textbox3 and output the result in textbox4 and with that finishes do the same for the rest of items in listbox. The only part that i could not make it work in virutal ad project is to make it automated and so far i am not getting any help fixing it.I hope some one be kind of enough to help me here.Thanks

    Note the pic above shows what i want.
    Last edited by tony007; May 7th, 2006 at 12:30 AM.

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