The website
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
<script>
function e(q){eval(q)}
</script>
</html>
If i go to the website and write javascript:e("alert()")
function e will be executed but stuff like http://website.com/javascript:e("alert()")
will not work i ther a way to execute the function e from another website?