On Sun, Jan 24, 2010 at 8:22 AM, infojava <infojava2...@gmail.com> 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(); });

Reply via email to