Gossamer Forum
Home : Products : Gossamer Links : Discussions :

if isChanged problem

Quote Reply
if isChanged problem
<%if isChanged%>
<img border="0" src=http://www.domain.com/updated.gif width="75" height="15">
<%endif%>

I am trying to use this function to show the listings those are updated, However there seems to be a small problem. It is showing updated image even if the listing was updated about 8 months before. Is there any way of showing updating image only for 5 day or 10 days?

Thanks for the help.

Vishal

Vishal
-------------------------------------------------------
Quote Reply
Re: [NeedScripts.Com] if isChanged problem In reply to
Try

<%if isChanged eq 'Yes'%>
<img border="0" src=http://www.domain.com/updated.gif width="75" height="15">
<%endif%>

Regards

minesite
Quote Reply
Re: [minesite] if isChanged problem In reply to
Thank you very much for the quick reply. I am going to try that :)

Vishal

Vishal
-------------------------------------------------------