>
> I had entered the carrier.url as "www.bing.com/search?q=" instead of "
> http://www.bing.com/search?q=";.
>

Yes, without the "http://";, the browser will still see it as a relative URL 
and add it to the current domain. Instead of storing http:// with the URL, 
you could also do:

_href='http://' + row.carrier.url + value

Anthony

Reply via email to