View Single Post
  #6 (permalink)  
Old 07-24-2008, 02:52 AM
Mohiuddin_Khan_Inamdar@adobeforums.com
 
Posts: n/a
Diggs:
Default Re: Changing a dynamic list link to an image

Hi,
just remove the <%=NXT_getResource("edit_one")%> thats all..
u will no longer get that EDIT

if u remove this line
<%=NXT_getResource("delete_one")%>

u will no longer get delete.

<a href="PrintClientOrder.asp?pkfkClientOrder_ID=<%=( rsclientorders1.Fields.Item("pkfkClientOrder_ID"). Value)%>&amp;CustomerID=<%=(rsclientorders1.Fields .Item("Customer_ID").Value)%>&amp;KT_back=1"><img src="../Images/print.jpg" alt="Print" width="19" height="14" border="0" /></a> &nbsp;

see this above one its for showing a print foto/image/picture without showing the "print" word in text on that same image.

if u still cannot do it then please email me OR please attach ur file here..

if u r posting ur file into this forum then
please not also use
this url <http://www.string-functions.com/htmlencode.aspx>

else i cannot see what u post here.

bcos all HTML is removed.

thanks
mohnkhan
<http://www.mohitech.com>
Reply With Quote