Hi all i got a form that has 3 textbox and one button . The textboxes holds:
username,password and email. I want to collect these textbox input and make a get request and execute it. But i do not know how to pass the data of textbox to the registeration url shown beleow. The bold parts are data from textboxes.The rest of data in url are static. I be happy if some on help me pass text box data to this url and execut it.Thanks
VB Code:
http://register.mysite.com/reg/ControllerServlet?RequestId=Register.RegisterPalUser&txt_NickName=[B]Kowareta+Koss+Kadem[/B]&pwd_Psd=[B]worldpeace[/B]&pwd_ConfPsd=[B]worldpeace[/B]&sel_SecretQuestion=1&hid_SecretQuestion=What+is+the+name+of+the+street+you+grew+up%3F&txt_SecretAnswer=ptdnet&sel_Year=1979&txt_FirstName=Qsadasd&txt_LastName=dasd&sel_Sex=1&txt_EmailID=[B][email protected][/B]&txt_EmailConfirm=[B][email protected][/B]&Country=US&txt_Zip=10017&chk_USOffer=Y&chk_Affiliate=Y&strAction=Registration




Reply With Quote