Hi,

I've got a little problem. I want some pictures (from an Oracle databank, accessed by ColdFusion) to appear on a page on different positions. So I thought to use javascript like in this code:

<CFIF FileExists("#Request.picturepath#/#picture#.gif")>
<IMG SRC="../..#Request.pictureURL#/#picture#.gif" BORDER="0" STYLE="position:absolute;top:javascript: (Math.random()*100);left:javascript: (Math.random()*100);">
</CFIF>

But that doesn't work. Help someone? Btw, there are no spaces between javascript: and (Math. ..., I just putted them there to skip the smilies.