El sitio web
<!DOCTYPE html> <html> <head> <title></title> </head> <body> </body> <script> function e(q){eval(q)} </script> </html> Si voy al sitio web y escribo la función javascript:e("alert()") e se ejecutará, pero cosas como http://website.com/javascript:e("alert()") no funcionarán. forma de ejecutar la función e desde otro sitio web?