After some test I found that the problem was with the window.open
with some search I found the reason and added the following code
myWindow=window.open(link);
if (myWindow == null || typeof(open)=='undefined') {
alert("Turn off your pop-up blocker!");
}
else {
myWindow.focus();
}
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/WYmTA5-hvX8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.