hi All.
I have two javascript function in js file at address: http:/www.myserver.com/sample.js
function doFuncWithParam(param1, param2)
function doFuncWithForm(form)
in UI iPhone code, I want to call them.
How can i call the function doFuncWithParam
How can i call the function doFuncWithForm
Help me the code,
Thank you so much.