PDA

View Full Version : Casale Media defaults, random number



FrostByghte
01-27-2006, 08:30 AM
I have attempted to contact Casale and I have searched on their site, but I cannot find out if there is a method to insert a RANDOM number in some creative code I would like to use as a default ad. Would anyone happen to know what might do this? {random} or [random] or something along those lines? Thank ya.

Chris
01-27-2006, 09:27 AM
I remember having to ask before too... but now I don't remember what they told me.

FrostByghte
01-27-2006, 10:37 AM
I remember having to ask before too... but now I don't remember what they told me.

Arrrg :) Well I have a question pending to tech...it's been pending for over 24 hours so I was hoping someone might know.

FrostByghte
01-30-2006, 09:15 AM
Still waiting for Casale to get back with me on this. :( If anyone knows how to insert a random number using Casale please let me know. Thank you.

FrostByghte
01-31-2006, 10:07 AM
Ok, official answer is use javascript. :) So they have nothing built in to help with this. So just whip up some java that pulls a random number up.

var buster = Math.floor(Math.random()*99999999999);

Chris
01-31-2006, 12:17 PM
That is not the answer I remember receiving. As I recall you need this if you are to use their straight basic redirect with an image and click through URL, and so you have no option of using JS code with that.