Hi all

I am trying

$("p").click( function() { alert("Hello"); } );

but I would like open in same window a page(link) like http://localhost/home

How can I do that?

I can only receive popups with click() function

Regards

Mario

Reply via email to