Hi How can I know the status after the post submission? from my site i have made a google buzz buton when I click on this the defined post will submit to the google buzz url. but I want to know if the post submission was success of failure, because I need to keep a track on that. So that on next time I dont need to show the buzz icon there if I already posted there.
So how will I know it was a success or failure?
http://www.google.com/buzz/post?message=Here's%20Buzz!&url=http://www.google.com/buzz
or
window.open(
"http://www.google.com/buzz/post?" +
"message=Here's%20Buzz!&url=http://www.google.com/buzz",
"_blank",
"resizable=0,scrollbars=0,width=690,height=415"
);