Not really, I ended up changing it from if tranRS("subscriber") = "Y" to if
trim(tranRS("subscriber")) = "Y" and it works fine :)
--
Kind Regards
Rudi Ahlers
+27 (82) 926 1689
Greater love has no one than this, that he lay down his life for his friends
(John 15:13).
[quoted text, click to view] "Victor Garcia Aprea [MVP]" <vga@NOobiesSPAM.com> wrote in message
news:OSWApLTFEHA.3804@TK2MSFTNGP09.phx.gbl...
That means the path to the images are different on the the two servers. Try
to get to the image on the live server by entering its url on the browser,
and after you can get at it, compare the path to the one that is being
outputted by the page.
--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
[quoted text, click to view] "Rudi Ahlers" <SP4M_Rudi@SP4M_Bonzai.org.za_SP4M> wrote in message
news:v56dnb0Aj7Ibo_rdRVn-hA@is.co.za...
> The following script work perfectly well on my PC at home, yet when I
upload
> it, it doesn't work.
>
> if tranRS("subscriber") = "Y" then
> response.Write "<IMG SRC=images/tick4.gif ALT='Companies Who Care'
> BORDER=0>"
> else
> response.Write "<IMG SRC=images/cross2.gif ALT='Companies Who
> Dont...' BORDER=0>"
> End if
>
>
> I changed the "Y" to an "N", and on my PC I could see the changes. I even
> tried to response.write tranRS("subscriber"), and it prints out a "Y" next
> to the images on the live site, yet, it doesn't display the cross4.gif
>
> I hope anyone could shed some light one this one?
> --
>
> Kind Regards
> Rudi Ahlers
> +27 (82) 926 1689
>
> Greater love has no one than this, that he lay down his life for his
friends
> (John 15:13).
>
>