New to live code and wonder how I would go about sending post data to a web page? I have a webview and would like to have a search text box using live code controls outside of the website that loads a google search results in the the webview (using a google custom search engine on my web page).
I'm guessing I need to use:
post tData to url "www myurl com/search"
For say an html form:
Code: Select all
<form action="www myurl com/search" id="cse-search-box">
<input type="hidden" name="cx" value="011441403124570402395:0xkr9rxifjs" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="23" />
</form>
Many thanks, hope someone can answer as I imagine this is something newbies run into fairly often.
Cheers
Dale