Hi,
I am new to java/html programming.
I would like to pass a variable info( via a function return value) in the internet query
and wondering how could I do that.
e.g This is hard-coded query that I am embedding in my html
<img src="http://www.somesite.com?s=5?d=HiThere">
instead, I would like to do
<img src="http://www.somesite.com?s=5?d=call_function_that_returns_ string()">
Could you please let me know how could I do that.