Hi,
I am not sure if you can directly, call the web service in the Src tag of
the Image. Since the web service will return a XML document containing the
link. Although you could write a small JavaScript/JScript that calls the Web
service, parses the Xml and returns the url to the image tag.
But I am not sure if JavaScript is the solution if you want to go cross
platform and are targeting all kinds of browsers.
Regards,
Saurabh Nandu
[MVP]
Hi,
> Basically I want people to be able to put this services link in the
> IMG tag and the href tag and get a database returned IMG path and href
> path. Does anyone have any places where I can see an example of this
> or have done it similarly themselves?
I didn't this, but I saw the answer to almost the same questions early.
So, here is cite from that answer of Keith Ballinger:
"...Have the url to the image (as found in the <img> tag) be image.ashx. In
image.ashx, make a web service call with DIME and all, and then return the
image from the stream directly back on the request of the ashx. For more on
ashx files, look for HttpHandler in the .NET Framework docs..."
Hope this help.

Signature
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsky-bros.com