How to open a new window like "_blank" in Raphael?
Asked
Active
Viewed 306 times
1 Answers
2
Just use the standard JavaScript method...
window.open('url', '_blank');
Raphael is a vector drawing library, so it shouldn't have an open in new window function.

alex
- 479,566
- 201
- 878
- 984