PDA

View Full Version : inputting data from a listbox inbetween a web link???


ziggyziggy
08-26-2005, 10:44 PM
Please help! I am trying to open a certain web search, this is what I am using at the moment and am stuck

File.OpenURL("http://www.charity-commission.gov.uk/registeredcharities/search.asp?words="..Input.GetText("Input1")&searchby=name&keyType=N&limit=200&position=2&submit=+Run+Search+&OpArea=S&area_of_op=", SW_SHOWNORMAL);

PLEASE HELP!!!

TJ_Tigger
08-26-2005, 10:56 PM
File.OpenURL("http://www.charity-commission.gov.uk/registeredcharities/search.asp?words="..Input.GetText("Input1").."&searchby=name&keyType=N&limit=200&position=2&submit=+Run+Search+&OpArea=S&area_of_op=", SW_SHOWNORMAL);

Try that

ziggyziggy
08-27-2005, 07:11 PM
whooooopyyyyy worked perfectly!