Hey guys

anyone able to help me with this?

function increaseSize(obj,params)
        {
        //alert(obj.width);
        obj.width = obj.width+10;
        obj.height = obj.height+10;

        if (params.endWidth >= obj.width)
                {setTimeout("increaseSize(" + obj + "," + params +")",1000);}
        }


basically i need to recall the function but keep passing the original
arguments back into the function.

cant seem to get it to trigger

Any ideas?

Regards
Steve


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to