<html>
<head>
<script>
var win = window.open('mailto:any...@example.com?subject=Foo&body=1', 'win');
var win2 = window.open('mailto:anyb...@example.com?subject=Bar&body=2', 'win2');
</script>
</head>
<body></body>
</html>
I've tried many combinations of timeouts and targets but nothing seems to work.
Is this some security feature of Google Chrome or a bug?
I'm looking for a workaround that doesn't involve showing the user a list of links that he should click manually.
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.