Can I pass the size value and receive it when onclick?

  • onclick="resize(layer[layer name].width, layer[layer name].height)"


    <action name="resize">
    set(layer[layer name], width=args[1], height=args[2] );
    </action>


    Can I pass the size value and receive it when onclick???
    Without it, can't you save the size value with a cookie???
    Please tell me how to use the cookie value. How to create and initialize a cookie.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!