Hi all, using this plugin: http://docs.jquery.com/Ajax/jQuery.post
how can I read the values from the other page? For example, using: $.post("test.htm", { name: "John", time: "2pm" } ); in the page test.htm how can I read these value and setting some label? Thanks in advance. Luis