Hi,
I'm creating a bookmarklet that send data over to say, serverb.com
when the user is browsing servera.com
.
I obviously can't preform an AJAX poll, because of cross-domain policy issues.
I've been using ACD, but it doesn't work well.
How do I go about writing a bookmarklet that will open a (even invisible? or at least unfocused) popup window to serverb.com/in.php?param=val¶m2=val2
and close it when its done?
Thanks!