Hi, <br>
<br>
I made some changes to tables.tpl such that I am able to add links to
the query result table. But the template automatically adds a backslash
&quot;/&quot; to the url which make it impossible to link out to other resource. <br>
<br>
For example, I have a query result table and I want to link to other
web services, say <a href="http://myservices.org">http://myservices.org</a>,&nbsp; by using the Id
attribute, like&nbsp; &quot;<a href="http://myservices.org?parameter=Id">http://myservices.org?parameter=Id</a>&quot;. But when I
check the url string from the query result table, I found out a
backslash is automatically added to the url by the template, so the
call becomes &quot;<a href="http://myservices.org/?parameter=Id">http://myservices.org/?parameter=Id</a>&quot;, please note the
backslash &quot;/&quot; after &quot;org&quot;. <br>
<br>
Can anyone help me out, please?<br>
<br>
Thanks,<br clear="all"><br>-- <br>Xiaoyun Tang<br>