On Sun, Jan 24, 2010 at 8:22 AM, infojava <[email protected]> wrote: > i use a link (wich shows the demo) wich i should active if an error > occures, but it doesn't work !!!
Wrap it in a $().ready function?
$().ready(function() { $("#osx").click(); });

