Thank you! It somehow does not work.

Here is what I got:
$("#logo:a").click(function(){
                $.cookie('startCookie', 
'default').load('http://www.mylink.com');
        });

And here is the html:
        <div id="logo"><a href="template language defines the link here"></
a></div>

Does anybody have an idea?

Reply via email to