Hi,
 
Do you know if I can use a code or a script to add a popup box when hover 
(or click)
 
I found this:
 
<!DOCTYPE html>
<html>
<body>
<p>Click the button to display an alert box:</p>
<button onclick="myFunction()">Try it</button>
<script>
function myFunction() {
    alert("I am an alert box!");
}
</script>
</body>
</html>
But this code open the link in a window box and I want it to open in a 
dialog box

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to